From 93a10ea9e344d53a8f16c991c887af54c9ab4f0a Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 4 Jan 2024 11:02:29 -0600 Subject: [PATCH] Added crunchy postgres monitoring. --- .../apps/peertube/peertube/app/postgresCluster.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml b/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml index 26c7be5..81161f3 100644 --- a/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml +++ b/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml @@ -15,10 +15,10 @@ spec: pg_hba: - hostnossl all all 10.32.0.0/16 md5 - hostnossl all all all md5 - # monitoring: - # pgmonitor: - # exporter: - # image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.3-0 + monitoring: + pgmonitor: + exporter: + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.5.0-0 instances: - name: postgres