Add monitoring.
This commit is contained in:
parent
3e632fd68b
commit
c651c1d6ee
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ spec:
|
|||
bucket: "crunchy-postgres"
|
||||
endpoint: "s3.hsn.dev"
|
||||
region: "us-east-1"
|
||||
monitoring:
|
||||
pgmonitor:
|
||||
exporter:
|
||||
# https://github.com/CrunchyData/postgres-operator-examples/blob/main/helm/install/values.yaml
|
||||
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-3
|
||||
patroni:
|
||||
dynamicConfiguration:
|
||||
synchronous_mode: true
|
||||
|
|
Loading…
Reference in a new issue