fix: setup velero for hel1

This commit is contained in:
2025-11-17 11:15:37 +01:00
parent fc24919bbc
commit 9e1ff47662
7 changed files with 27 additions and 33 deletions
+12
View File
@@ -0,0 +1,12 @@
velero:
enabled: true
autosync: true
# Opt-in or opt-out pvc backup
# https://velero.io/docs/main/file-system-backup/#to-back-up
backupAllVolumes: false
credentials:
secretName: "velero-s3"
s3:
region: us-east-1
url: "http://10.255.241.30:30080"
insecureSkipTLSVerify: true