From 553dff6090eb63938def303560b6cac92c8b555b Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 6 Nov 2023 19:20:54 -0600 Subject: [PATCH] Adding localhost --- kubernetes/apps/fediverse/peertube/app/postgresCluster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/apps/fediverse/peertube/app/postgresCluster.yaml b/kubernetes/apps/fediverse/peertube/app/postgresCluster.yaml index c773826..236473a 100644 --- a/kubernetes/apps/fediverse/peertube/app/postgresCluster.yaml +++ b/kubernetes/apps/fediverse/peertube/app/postgresCluster.yaml @@ -14,6 +14,7 @@ spec: synchronous_commit: "on" pg_hba: - host peertube peertube 10.244.0.0/16 md5 + - host peertube peertube 127.0.0.1 md5 instances: - name: postgres