From 14e8b8e11337cfb67ed6c38ce64926dc60348c96 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 5 Apr 2026 21:23:30 -0500 Subject: [PATCH] fix: add protocol --- clusters/cl01tl/helm/postiz/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/cl01tl/helm/postiz/values.yaml b/clusters/cl01tl/helm/postiz/values.yaml index 9e01ba094..32620d660 100644 --- a/clusters/cl01tl/helm/postiz/values.yaml +++ b/clusters/cl01tl/helm/postiz/values.yaml @@ -150,6 +150,7 @@ temporal: driverName: postgres12 databaseName: app connectAddr: postiz-postgresql-18-cluster-rw.postiz:5432 + connectProtocol: "tcp" user: app existingSecret: postiz-postgresql-18-cluster-app secretKey: password