From 9858867bae7cb151308751ee5ef6f4c052d77b40 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 22:21:10 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20disable=20SSL=20for=20gitea=E2=86=92pgbo?= =?UTF-8?q?uncer=20connection=20(pgbouncer=20handles=20TLS=20to=20DO)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitea/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index feaa765..264789f 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -13,7 +13,7 @@ gitea: START_SSH_SERVER: true database: DB_TYPE: postgres - SSL_MODE: require + SSL_MODE: disable session: PROVIDER: db cache: