diff --git a/clusters/cl01tl/helm/rybbit/Chart.yaml b/clusters/cl01tl/helm/rybbit/Chart.yaml index 2c468ac56..a89e59feb 100644 --- a/clusters/cl01tl/helm/rybbit/Chart.yaml +++ b/clusters/cl01tl/helm/rybbit/Chart.yaml @@ -26,7 +26,7 @@ dependencies: version: 7.6.0 repository: oci://harbor.alexlebens.net/helm-charts - name: volsync-target - alias: volsync-target-config + alias: volsync-target-clickhouse-data version: 0.7.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/rybbit.webp diff --git a/clusters/cl01tl/helm/rybbit/values.yaml b/clusters/cl01tl/helm/rybbit/values.yaml index 207505953..63dd5fc78 100644 --- a/clusters/cl01tl/helm/rybbit/values.yaml +++ b/clusters/cl01tl/helm/rybbit/values.yaml @@ -259,7 +259,7 @@ rybbit: mountPropagation: None subPath: user_logging.xml postgres-18-cluster: - mode: standalone + mode: recovery recovery: method: objectStore objectStore: @@ -286,7 +286,7 @@ postgres-18-cluster: # isWALArchiver: false scheduledBackups: - name: live-backup - suspend: true + suspend: false immediate: true schedule: "0 0 0 * * *" backupName: garage-local @@ -303,10 +303,10 @@ postgres-18-cluster: volsync-target-clickhouse-data: pvcTarget: clickhouse-data local: - enabled: false - schedule: 38 11 * * * + enabled: true + schedule: 40 11 * * * remote: enabled: false external: - enabled: false - schedule: 38 12 * * * + enabled: true + schedule: 40 12 * * *