remove pg-16 cluster

This commit is contained in:
2024-12-21 20:16:11 -06:00
parent a071a7b1c1
commit a64a20422b
3 changed files with 4 additions and 35 deletions

View File

@@ -96,23 +96,8 @@ argo-events:
requests:
cpu: 100m
memory: 128Mi
postgres-16-cluster:
mode: standalone
cluster:
walStorage:
storageClass: local-path
storage:
storageClass: local-path
monitoring:
enabled: true
backup:
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-16-cluster
endpointCredentials: argo-workflows-postgresql-16-cluster-backup-secret
backupIndex: 1
postgres-17-cluster:
mode: replica
mode: standalone
cluster:
image:
repository: ghcr.io/cloudnative-pg/postgresql
@@ -123,20 +108,8 @@ postgres-17-cluster:
storageClass: local-path
monitoring:
enabled: true
replica:
importType: microservice
importDatabases:
- app
externalCluster:
connectionParameters:
host: argo-workflows-postgresql-16-cluster-rw
user: app
dbname: app
password:
name: argo-workflows-postgresql-16-cluster-app
key: password
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret