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