feat: enable service monitors for postgresql and redis
This commit is contained in:
parent
05af114725
commit
59a42f1c63
|
@ -20,6 +20,11 @@ spec:
|
||||||
adminPasswordKey: "adminPassword"
|
adminPasswordKey: "adminPassword"
|
||||||
replicationPasswordKey: "replicationPassword"
|
replicationPasswordKey: "replicationPassword"
|
||||||
|
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
labels:
|
||||||
|
release: kube-prometheus-stack
|
||||||
|
|
||||||
volumePermissions:
|
volumePermissions:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,11 @@ spec:
|
||||||
existingSecret: "redis-secrets"
|
existingSecret: "redis-secrets"
|
||||||
existingSecretPasswordKey: "password"
|
existingSecretPasswordKey: "password"
|
||||||
|
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
additionalLabels:
|
||||||
|
release: kube-prometheus-stack
|
||||||
|
|
||||||
master:
|
master:
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue