use unique replica name

This commit is contained in:
2026-02-22 12:21:39 -05:00
parent f93e70b3c1
commit f4622f791d
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ spec:
superuser: true
passwordSecret:
name: pgbouncer-auth-query
- name: streaming_replica
- name: weyma-pgsql02_replica
ensure: present
comment: weyma-pgsql02 replica
login: true
@@ -84,4 +84,4 @@ spec:
postgresql:
pg_hba:
- host replication streaming_replica 10.105.6.199/32 scram-sha-256
- host replication weyma-pgsql02_replica 10.105.6.199/32 scram-sha-256