scale grafana to 3 pods for resilience [ci skip]
This commit is contained in:
parent
4e297d609b
commit
88a62f90f5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
deploymentStrategy:
|
||||
type: Recreate
|
||||
type: RollingUpdate
|
||||
replicas: 3
|
||||
persistence:
|
||||
enabled: false # using external mysql
|
||||
existingClaim: "grafana-pvc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue