commit afad9de424d9f966abc27ac4565dd54690cc04bf
parent 59a54e2627c712c344b51872d2c7acc05f8c0897
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Fri, 6 Mar 2026 10:41:14 +0100
maybe fix velero trouble
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml
@@ -35,6 +35,13 @@ spec:
operator: Exists
effect: NoSchedule
+ metrics:
+ enabled: true
+ serviceMonitor:
+ enabled: true
+ additionalLabels:
+ release: prometheus-stack
+
configuration:
# EnableCSI: built-in since v1.14, enables CSI snapshots for Longhorn volumes
features: EnableCSI
@@ -42,6 +49,8 @@ spec:
# CSI snapshots (for Longhorn) run additionally when a VolumeSnapshotClass
# labelled velero.io/csi-volumesnapshot-class=true exists.
defaultVolumesToFsBackup: true
+ # Increase timeout to avoid "exposed PVB is not ready" errors on slow volumes
+ podVolumeOperationTimeout: 60m
backupStorageLocation:
- name: default
provider: aws