From 209d5553b04611476c144e529c317a21ae608770 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 14 Dec 2025 17:00:11 -0600 Subject: [PATCH] switchover --- clusters/cl01tl/helm/roundcube/values.yaml | 31 +++++++--------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/clusters/cl01tl/helm/roundcube/values.yaml b/clusters/cl01tl/helm/roundcube/values.yaml index d1947536d..52dc62021 100644 --- a/clusters/cl01tl/helm/roundcube/values.yaml +++ b/clusters/cl01tl/helm/roundcube/values.yaml @@ -17,22 +17,22 @@ roundcube: - name: ROUNDCUBEMAIL_DB_HOST valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: host - name: ROUNDCUBEMAIL_DB_NAME valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: dbname - name: ROUNDCUBEMAIL_DB_USER valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: user - name: ROUNDCUBEMAIL_DB_PASSWORD valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: password - name: ROUNDCUBEMAIL_DES_KEY valueFrom: @@ -93,22 +93,22 @@ roundcube: - name: ROUNDCUBEMAIL_DB_HOST valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: host - name: ROUNDCUBEMAIL_DB_NAME valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: dbname - name: ROUNDCUBEMAIL_DB_USER valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: user - name: ROUNDCUBEMAIL_DB_PASSWORD valueFrom: secretKeyRef: - name: roundcube-postgresql-17-cluster-app + name: roundcube-postgresql-18-cluster-app key: password - name: ROUNDCUBEMAIL_DES_KEY valueFrom: @@ -276,25 +276,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/roundcube/roundcube-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: roundcube-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "roundcube-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "roundcube-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external