diff --git a/.gitea/workflows/monitoring-deploy.yaml b/.gitea/workflows/monitoring-deploy.yaml index 5bfd572..1c38ef5 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -45,5 +45,5 @@ jobs: helm repo add grafana https://grafana.github.io/helm-charts # Install & Upgrade helm upgrade --install promtail grafana/promtail --namespace monitoring \ - --values=./monitoring/promtail/values.yaml --set config.clients.url=$LOKI_URL --debug + --values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL} --debug diff --git a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml index bd504b3..489c525 100644 --- a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml +++ b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml @@ -60,7 +60,7 @@ spec: memory: "128Mi" cpu: "100m" limits: - memory: "256Mi" + memory: "512Mi" cpu: "400m" volumeMounts: - name: config-map