switchover
This commit is contained in:
@@ -17,22 +17,22 @@ roundcube:
|
|||||||
- name: ROUNDCUBEMAIL_DB_HOST
|
- name: ROUNDCUBEMAIL_DB_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: host
|
key: host
|
||||||
- name: ROUNDCUBEMAIL_DB_NAME
|
- name: ROUNDCUBEMAIL_DB_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: dbname
|
key: dbname
|
||||||
- name: ROUNDCUBEMAIL_DB_USER
|
- name: ROUNDCUBEMAIL_DB_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: user
|
key: user
|
||||||
- name: ROUNDCUBEMAIL_DB_PASSWORD
|
- name: ROUNDCUBEMAIL_DB_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: password
|
key: password
|
||||||
- name: ROUNDCUBEMAIL_DES_KEY
|
- name: ROUNDCUBEMAIL_DES_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -93,22 +93,22 @@ roundcube:
|
|||||||
- name: ROUNDCUBEMAIL_DB_HOST
|
- name: ROUNDCUBEMAIL_DB_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: host
|
key: host
|
||||||
- name: ROUNDCUBEMAIL_DB_NAME
|
- name: ROUNDCUBEMAIL_DB_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: dbname
|
key: dbname
|
||||||
- name: ROUNDCUBEMAIL_DB_USER
|
- name: ROUNDCUBEMAIL_DB_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: user
|
key: user
|
||||||
- name: ROUNDCUBEMAIL_DB_PASSWORD
|
- name: ROUNDCUBEMAIL_DB_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: roundcube-postgresql-17-cluster-app
|
name: roundcube-postgresql-18-cluster-app
|
||||||
key: password
|
key: password
|
||||||
- name: ROUNDCUBEMAIL_DES_KEY
|
- name: ROUNDCUBEMAIL_DES_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -276,25 +276,12 @@ postgres-18-cluster:
|
|||||||
prometheusRule:
|
prometheusRule:
|
||||||
enabled: true
|
enabled: true
|
||||||
recovery:
|
recovery:
|
||||||
method: import
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
destinationPath: s3://postgres-backups/cl01tl/roundcube/roundcube-postgresql-18-cluster
|
destinationPath: s3://postgres-backups/cl01tl/roundcube/roundcube-postgresql-18-cluster
|
||||||
endpointURL: http://garage-main.garage:3900
|
endpointURL: http://garage-main.garage:3900
|
||||||
index: 1
|
index: 1
|
||||||
endpointCredentials: roundcube-postgresql-18-cluster-backup-secret-garage
|
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:
|
backup:
|
||||||
objectStore:
|
objectStore:
|
||||||
- name: external
|
- name: external
|
||||||
|
|||||||
Reference in New Issue
Block a user