diff --git a/clusters/cl01tl/applications/roundcube/values.yaml b/clusters/cl01tl/applications/roundcube/values.yaml index d8c5b11d4..a6cc50d11 100644 --- a/clusters/cl01tl/applications/roundcube/values.yaml +++ b/clusters/cl01tl/applications/roundcube/values.yaml @@ -17,22 +17,22 @@ roundcube: - name: ROUNDCUBEMAIL_DB_HOST valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: host - name: ROUNDCUBEMAIL_DB_NAME valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: dbname - name: ROUNDCUBEMAIL_DB_USER valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: user - name: ROUNDCUBEMAIL_DB_PASSWORD valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: password - name: ROUNDCUBEMAIL_DES_KEY valueFrom: @@ -93,22 +93,22 @@ roundcube: - name: ROUNDCUBEMAIL_DB_HOST valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: host - name: ROUNDCUBEMAIL_DB_NAME valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: dbname - name: ROUNDCUBEMAIL_DB_USER valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: user - name: ROUNDCUBEMAIL_DB_PASSWORD valueFrom: secretKeyRef: - name: roundcube-postgresql-16-cluster-app + name: roundcube-postgresql-17-cluster-app key: password - name: ROUNDCUBEMAIL_DES_KEY valueFrom: @@ -237,7 +237,7 @@ postgres-16-cluster: endpointCredentials: roundcube-postgresql-16-cluster-backup-secret backupIndex: 1 postgres-17-cluster: - mode: replica + mode: standalone cluster: image: repository: ghcr.io/cloudnative-pg/postgresql @@ -248,20 +248,8 @@ postgres-17-cluster: storageClass: local-path monitoring: enabled: true - replica: - importType: microservice - importDatabases: - - app - externalCluster: - connectionParameters: - host: roundcube-postgresql-16-cluster-rw - user: app - dbname: app - password: - name: roundcube-postgresql-16-cluster-app - key: password backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/roundcube/roundcube-postgresql-17-cluster endpointCredentials: roundcube-postgresql-17-cluster-backup-secret