renombrando carpeta
This commit is contained in:
28
velero/values-velero.yaml
Normal file
28
velero/values-velero.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# No crear credenciales ni BSL/VSL desde Helm (los gestionas por YAML)
|
||||
credentials:
|
||||
useSecret: false
|
||||
|
||||
configuration:
|
||||
# En v1.16 ya no es necesario el flag, pero si quieres forzar el motor FS:
|
||||
# features: EnableFSBackup
|
||||
features: "" # déjalo vacío si no quieres forzar nada
|
||||
backupStorageLocation: [] # BSL por YAML
|
||||
volumeSnapshotLocation: [] # evita el error "spec.provider: Required value"
|
||||
defaultVolumesToFsBackup: true # hace FS-backup por defecto (Kopia/node-agent)
|
||||
|
||||
# Despliega el node-agent (DaemonSet en todos los nodos)
|
||||
deployNodeAgent: true
|
||||
nodeAgent:
|
||||
podConfig:
|
||||
# Tómatelo como "catch-all" para cualquier taint
|
||||
tolerations:
|
||||
- operator: "Exists"
|
||||
|
||||
# Plugin S3 para MinIO (obligatorio para que el server tenga el provider "aws")
|
||||
initContainers:
|
||||
- name: velero-plugin-for-aws
|
||||
image: velero/velero-plugin-for-aws:v1.9.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- name: plugins
|
||||
mountPath: /target
|
||||
Reference in New Issue
Block a user