From a8c7d79f850e7c6ae6733c3eacd03814cc838429 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 18:05:58 -0600 Subject: [PATCH] switch to pg-17 --- .../applications/linkwarden/values.yaml | 22 +++++-------------- 1 file changed, 5 insertions(+), 17 deletions(-) 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