postgres: revert replica experiment

This commit is contained in:
2026-02-22 14:58:55 -05:00
parent 648059e6c8
commit c88cfc31f6
2 changed files with 1 additions and 41 deletions

View File

@@ -66,19 +66,4 @@ spec:
login: true
superuser: true
passwordSecret:
name: pgbouncer-auth-query
- name: weyma-pgsql02_replica
ensure: present
comment: weyma-pgsql02 replica
login: true
replication: true
passwordSecret:
name: streaming-replica-auth
replicationSlots:
highAvailability:
enabled: true
postgresql:
pg_hba:
- host replication weyma-pgsql02_replica 10.105.6.199/32 scram-sha-256
name: pgbouncer-auth-query

View File

@@ -1,25 +0,0 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: streaming-replica-auth
spec:
data:
- remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: cloudnativepg
metadataPolicy: None
property: weyma-pgsql02_replicapw
secretKey: password
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: weyma-vault
target:
template:
data:
username: weyma-pgsql02_replica
password: "{{ .password }}"
creationPolicy: Owner
deletionPolicy: Retain
name: streaming-replica-auth