move volsync to chart

This commit is contained in:
2025-12-17 13:28:23 -06:00
parent bdd9fbfcad
commit 15645efda7
5 changed files with 22 additions and 95 deletions

View File

@@ -173,6 +173,17 @@ roundcube:
targetPort: 80
protocol: HTTP
persistence:
config:
enabled: true
type: configMap
name: roundcube-config
advancedMounts:
main:
nginx:
- path: /etc/nginx/conf.d/default.conf
readOnly: true
mountPropagation: None
subPath: default.conf
data:
forceRename: roundcube-data
storageClass: ceph-block
@@ -194,17 +205,6 @@ roundcube:
main:
- path: /tmp/roundcube-temp
readOnly: false
config:
enabled: true
type: configMap
name: roundcube-config
advancedMounts:
main:
nginx:
- path: /etc/nginx/conf.d/default.conf
readOnly: true
mountPropagation: None
subPath: default.conf
postgres-18-cluster:
mode: recovery
cluster:
@@ -259,3 +259,5 @@ postgres-18-cluster:
# immediate: true
# schedule: "0 0 4 * * SAT"
# backupName: garage-remote
volsync-target-data:
pvcTarget: roundcube-data