Skip to content

Commit 9ff2715

Browse files
authored
chore(grafana): Adjusting the number of replicas to support high availability (#109)
1 parent 0ffde83 commit 9ff2715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/grafana/10/chart/grafana/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ notifiers:
269269
grafana:
270270
## @param grafana.replicaCount Number of Grafana nodes
271271
##
272-
replicaCount: 1
272+
replicaCount: 2
273273
## @param grafana.updateStrategy.type Set up update strategy for Grafana installation.
274274
## Set to Recreate if you use persistent volume that cannot be mounted by more than one pods to make sure the pods is destroyed first.
275275
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy

0 commit comments

Comments
 (0)