wip: Match chart to k8s state

This commit is contained in:
2025-06-05 13:52:36 +02:00
parent 1bb720840d
commit 9249f0eb18
82 changed files with 28211 additions and 329 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
velero:
enabled: true
autosync: true
kubeletRootDir: "/var/lib/kubernetes/pods"
bucket: backup
kubeletRootDir: "/var/lib/kubelet/pods"
bucket: velero
bsl: default
# Opt-in or opt-out pvc backup
# https://velero.io/docs/main/file-system-backup/#to-back-up
backupAllVolumes: true
backupAllVolumes: false
credentials:
secretName: "velero-s3"
s3:
@@ -16,13 +16,13 @@ velero:
resources:
velero:
request:
cpu: 500m
cpu: 20m
memory: 1Gi
limit:
memory: 2Gi
nodeAgent:
request:
cpu: 500m
cpu: 20m
memory: 1Gi
limit:
memory: 2Gi