From 9c31fe163b83732c1ee0ac3ff8f93b1c555e3f69 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 3 Jan 2024 22:35:36 -0600 Subject: [PATCH] update cidr --- kubernetes/apps/peertube/peertube/app/postgresCluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml b/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml index 7aa08a0..bac21f9 100644 --- a/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml +++ b/kubernetes/apps/peertube/peertube/app/postgresCluster.yaml @@ -13,7 +13,7 @@ spec: postgresql: synchronous_commit: "on" pg_hba: - - host peertube peertube 10.33.0.0/16 md5 + - host peertube peertube 10.32.0.0/16 md5 - host all peertube 127.0.0.1 md5 # monitoring: # pgmonitor: