From b02382a4d4f1943ec66768b32e56304df5a9eb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 21:17:02 +0000 Subject: [PATCH] ease enter the commit message for your changes. Lines starting th '#' will be ignored, and an empty message aborts the commit. branch main ur branch is up to date with 'origin/main'. anges to be committed: modified: .gitea/workflows/monitoring-deploy.yaml modified: gitea-casa-vlan-cicd-runner/deploy/deploy.yaml --- .gitea/workflows/monitoring-deploy.yaml | 2 +- gitea-casa-vlan-cicd-runner/deploy/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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