Matches reality
This commit is contained in:
parent
7d1f1f24e0
commit
61220a2ad0
1 changed files with 12 additions and 0 deletions
|
|
@ -20,3 +20,15 @@ spec:
|
|||
requests:
|
||||
cpu: 10m
|
||||
memory: 1Mi
|
||||
patroni:
|
||||
pg_hba:
|
||||
- local all all trust
|
||||
- hostssl all +zalandos 127.0.0.1/32 pam
|
||||
- host all all 127.0.0.1/32 md5
|
||||
- hostssl all +zalandos ::1/128 pam
|
||||
- host all all ::1/128 md5
|
||||
- local replication standby trust
|
||||
- hostssl replication standby all md5
|
||||
- hostnossl all all all md5
|
||||
- hostssl all +zalandos all pam
|
||||
- hostssl all all all md5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue