diff --git a/.gitea/workflows/monitoring-deploy.yaml b/.gitea/workflows/monitoring-deploy.yaml index c6d76db..0d5f0d4 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -43,5 +43,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=${{ secrets.LOKI_URL }} + --values=./monitoring/promtail/values.yaml --set config.clients.url=${{ secrets.LOKI_URL }} --debug diff --git a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml index cf920d1..bd504b3 100644 --- a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml +++ b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml @@ -50,8 +50,11 @@ spec: name: casa-vlan-cicd-runners key: GITEA_MYLIMBO_RUNNER_NAME - - name: GITEA_RUNNER_EPHEMERAL + - name: GITEA_RUNNER_CAPACITY value: "1" + - name: GITEA_RUNNER_EPHEMERAL + value: "0" + resources: requests: memory: "128Mi"