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:
maxSurge: 0
maxUnavailable: 1
replicas: 2
replicas: 1
adminPassword: "${grafana_admin_password}"
resources:
requests:

View file

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