Merge pull request 'fix: add protocol' (#5578) from tmp/postiz-3 into main
Some checks failed
lint-test-helm / lint-helm (push) Failing after 7s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 5m48s

Reviewed-on: #5578
This commit was merged in pull request #5578.
This commit is contained in:
2026-04-06 02:34:56 +00:00

View File

@@ -150,6 +150,7 @@ temporal:
driverName: postgres12 driverName: postgres12
databaseName: app databaseName: app
connectAddr: postiz-postgresql-18-cluster-rw.postiz:5432 connectAddr: postiz-postgresql-18-cluster-rw.postiz:5432
connectProtocol: "tcp"
user: app user: app
existingSecret: postiz-postgresql-18-cluster-app existingSecret: postiz-postgresql-18-cluster-app
secretKey: password secretKey: password