scale grafana and alertmanager to 1 replica to free cluster memory

Grafana: 2 → 1 (saves ~312 Mi)
Alertmanager: 2 → 1 (saves ~150 Mi)
Matrix already scaled to 0 (saves ~212 Mi)
This commit is contained in:
Viktor Barzin 2026-03-22 03:02:17 +02:00
parent 1c13af142d
commit bd98b84ded
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ deploymentStrategy:
rollingUpdate: rollingUpdate:
maxSurge: 0 maxSurge: 0
maxUnavailable: 1 maxUnavailable: 1
replicas: 2 replicas: 1
adminPassword: "${grafana_admin_password}" adminPassword: "${grafana_admin_password}"
resources: resources:
requests: requests:

View file

@ -1,7 +1,7 @@
# Helm values # Helm values
# all values - https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml # all values - https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml
alertmanager: alertmanager:
replicaCount: 2 replicaCount: 1
persistentVolume: persistentVolume:
enabled: true enabled: true
existingClaim: alertmanager-pvc existingClaim: alertmanager-pvc