scale grafana to 3 pods for resilience [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-11 12:42:46 +00:00
parent 4e297d609b
commit 88a62f90f5

View file

@ -1,5 +1,6 @@
deploymentStrategy:
type: Recreate
type: RollingUpdate
replicas: 3
persistence:
enabled: false # using external mysql
existingClaim: "grafana-pvc"