Added crunchy postgres monitoring.
This commit is contained in:
parent
110781bea4
commit
93a10ea9e3
1 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ spec:
|
||||||
pg_hba:
|
pg_hba:
|
||||||
- hostnossl all all 10.32.0.0/16 md5
|
- hostnossl all all 10.32.0.0/16 md5
|
||||||
- hostnossl all all all md5
|
- hostnossl all all all md5
|
||||||
# monitoring:
|
monitoring:
|
||||||
# pgmonitor:
|
pgmonitor:
|
||||||
# exporter:
|
exporter:
|
||||||
# image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.3-0
|
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.5.0-0
|
||||||
|
|
||||||
instances:
|
instances:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
|
|
Reference in a new issue