remove pg-16 cluster

This commit is contained in:
2024-12-22 00:43:40 -06:00
parent 5ba2263ea1
commit 47b1e5729c
3 changed files with 3 additions and 71 deletions

View File

@@ -120,27 +120,8 @@ valkey:
architecture: standalone
auth:
enabled: false
postgres-16-cluster:
mode: standalone
cluster:
walStorage:
storageClass: local-path
storage:
storageClass: local-path
monitoring:
enabled: true
bootstrap:
initdb:
postInitSQL:
- CREATE DATABASE "jellyplist" OWNER "app";
backup:
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellyplist/jellyplist-postgresql-16-cluster
endpointCredentials: jellyplist-postgresql-16-cluster-backup-secret
backupIndex: 1
postgres-17-cluster:
mode: replica
mode: standalone
cluster:
image:
repository: ghcr.io/cloudnative-pg/postgresql
@@ -154,21 +135,8 @@ postgres-17-cluster:
bootstrap:
initdb:
database: jellyplist
owner: app
replica:
importType: microservice
importDatabases:
- jellyplist
externalCluster:
connectionParameters:
host: jellyplist-postgresql-16-cluster-rw
user: app
dbname: app
password:
name: jellyplist-postgresql-16-cluster-app
key: password
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellyplist/jellyplist-postgresql-17-cluster
endpointCredentials: jellyplist-postgresql-17-cluster-backup-secret