From 0b243b600f5c9c296189d66161a814396d648563 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 11 Dec 2019 11:53:42 +0100 Subject: [COMMON] Use deployment for postgresql Instead of statefulset + inner work in the container, use deployments in order to be more reliable Change-Id: Icf4fe1303ae3489c822558e28bb08b69af2d4970 Issue-ID: OOM-2234 Signed-off-by: Sylvain Desbureaux --- kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf') diff --git a/kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf b/kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf index d8918409e8..580185c6f0 100644 --- a/kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf +++ b/kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf @@ -65,3 +65,4 @@ #local all all trust # IPv4 local connections: host all all 0.0.0.0/0 md5 + -- cgit 1.2.3-korg