diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-12-11 11:53:42 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-12-17 15:05:00 +0100 |
commit | 0b243b600f5c9c296189d66161a814396d648563 (patch) | |
tree | 59fc3d88a616ee582c51dd8a747c75e1e9ee6ffb /kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf | |
parent | 8501d7cee5a887f9e19d5fe3671ef8180bce526b (diff) |
[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 <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf')
-rw-r--r-- | kubernetes/common/postgres/charts/pgpool/configs/pool_hba.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 + |