Merge "postgresql: Revert "Add default reject rule ...""

This commit is contained in:
Zuul 2020-10-24 02:27:40 +00:00 committed by Gerrit Code Review
commit 757a353b70
2 changed files with 2 additions and 5 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v9.6
description: OpenStack-Helm PostgreSQL
name: postgresql
version: 0.1.5
version: 0.1.6
home: https://www.postgresql.org
sources:
- https://github.com/postgres/postgres

View File

@ -277,11 +277,8 @@ conf:
debug: false
pg_hba: |
host all all 127.0.0.1/32 trust
host all postgresql-admin 0.0.0.0/0 md5
host all postgres 0.0.0.0/0 md5
host all psql_exporter 0.0.0.0/0 md5
host all all 0.0.0.0/0 md5
local all all trust
host all all 0.0.0.0/0 reject
postgresql:
archive_mode: 'on'