diff --git a/clusters/cl01tl/applications/linkwarden/values.yaml b/clusters/cl01tl/applications/linkwarden/values.yaml index 4da2e7544..a60b62031 100644 --- a/clusters/cl01tl/applications/linkwarden/values.yaml +++ b/clusters/cl01tl/applications/linkwarden/values.yaml @@ -44,7 +44,7 @@ linkwarden: - name: DATABASE_URL valueFrom: secretKeyRef: - name: linkwarden-postgresql-16-cluster-app + name: linkwarden-postgresql-17-cluster-app key: uri resources: requests: @@ -89,7 +89,7 @@ postgres-16-cluster: endpointCredentials: linkwarden-postgresql-16-cluster-backup-secret backupIndex: 1 postgres-17-cluster: - mode: replica + mode: standalone cluster: image: repository: ghcr.io/cloudnative-pg/postgresql @@ -100,21 +100,9 @@ postgres-17-cluster: storageClass: local-path monitoring: enabled: true - replica: - importType: microservice - importDatabases: - - app - externalCluster: - connectionParameters: - host: linkwarden-postgresql-16-cluster-rw - user: app - dbname: app - password: - name: linkwarden-postgresql-16-cluster-app - key: password backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/linkwarden/linkwarden-postgresql-16-cluster - endpointCredentials: linkwarden-postgresql-16-cluster-backup-secret + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/linkwarden/linkwarden-postgresql-17-cluster + endpointCredentials: linkwarden-postgresql-17-cluster-backup-secret backupIndex: 1