modified: .gitea/workflows/monitoring-deploy.yaml
modified: gitea-casa-vlan-cicd-runner/deploy/deploy.yaml
This commit is contained in:
@@ -43,5 +43,5 @@ jobs:
|
|||||||
helm repo add grafana https://grafana.github.io/helm-charts
|
helm repo add grafana https://grafana.github.io/helm-charts
|
||||||
# Install & Upgrade
|
# Install & Upgrade
|
||||||
helm upgrade --install promtail grafana/promtail --namespace monitoring \
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -50,8 +50,11 @@ spec:
|
|||||||
name: casa-vlan-cicd-runners
|
name: casa-vlan-cicd-runners
|
||||||
key: GITEA_MYLIMBO_RUNNER_NAME
|
key: GITEA_MYLIMBO_RUNNER_NAME
|
||||||
|
|
||||||
- name: GITEA_RUNNER_EPHEMERAL
|
- name: GITEA_RUNNER_CAPACITY
|
||||||
value: "1"
|
value: "1"
|
||||||
|
- name: GITEA_RUNNER_EPHEMERAL
|
||||||
|
value: "0"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
|||||||
Reference in New Issue
Block a user