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
This commit is contained in:
@@ -45,5 +45,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=$LOKI_URL --debug
|
--values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL} --debug
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ spec:
|
|||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "256Mi"
|
memory: "512Mi"
|
||||||
cpu: "400m"
|
cpu: "400m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-map
|
- name: config-map
|
||||||
|
|||||||
Reference in New Issue
Block a user