From 24e060c9f758cf83cd3859e2ea79c4eb02eea5aa Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Sun, 5 Sep 2021 12:50:39 +0200 Subject: [PATCH] Disable TLS for postrgres to enable Stolon even with zalando configuration TLS is and should be the default conncection to postgres. With Zalando, it will be default, but to ease up the transition from stolon to zalando and to preapre v2.0.4, it is switched off temporarily. Will be reverted in v2.1.0. See also #463, #458, #459 Closes #465 Signed-off-by: Marcel Wagner --- kubernetes/templates/frontend.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/templates/frontend.yaml b/kubernetes/templates/frontend.yaml index 0f2ee654..793dd928 100644 --- a/kubernetes/templates/frontend.yaml +++ b/kubernetes/templates/frontend.yaml @@ -72,8 +72,6 @@ spec: env: - name: NODE_ENV value: local - - name: PGSSLMODE - value: require - name: OISP_FRONTEND_CONFIG valueFrom: configMapKeyRef: