remove pg-16

This commit is contained in:
2024-12-22 22:50:57 -06:00
parent 6d3414e213
commit c0fcc77b4c
3 changed files with 2 additions and 66 deletions

View File

@@ -136,25 +136,9 @@ ollama:
main:
- path: /app/backend/data
readOnly: false
postgres-16-cluster:
nameOverride: ollama-web-postgresql-16
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/ollama/ollama-web-postgresql-16-cluster
endpointCredentials: ollama-web-postgresql-16-cluster-backup-secret
backupIndex: 1
postgres-17-cluster:
nameOverride: ollama-web-postgresql-17
mode: replica
mode: standalone
cluster:
image:
repository: ghcr.io/cloudnative-pg/postgresql
@@ -165,20 +149,8 @@ postgres-17-cluster:
storageClass: local-path
monitoring:
enabled: true
replica:
importType: microservice
importDatabases:
- app
externalCluster:
connectionParameters:
host: ollama-web-postgresql-16-cluster-rw
user: app
dbname: app
password:
name: ollama-web-postgresql-16-cluster-app
key: password
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/ollama/ollama-web-postgresql-17-cluster
endpointCredentials: ollama-web-postgresql-17-cluster-backup-secret