Disable velero

This commit is contained in:
2025-02-15 03:20:30 +01:00
parent 43f7c1ef39
commit 88edd90c9e
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ spec:
prefix: homelab-backups prefix: homelab-backups
default: true default: true
validationFrequency: 1h validationFrequency: 1h
# Need to manually create it
# https://blachniet.com/posts/backup-your-kubernetes-cluster-with-velero-and-backblaze/#create-the-bucket-and-application-key
credential: credential:
name: backblaze-key name: backblaze-key
key: key key: key

View File

@@ -6,7 +6,6 @@ resources:
- controllers/dns-public.yaml - controllers/dns-public.yaml
- controllers/cert-manager.yaml - controllers/cert-manager.yaml
- controllers/openebs.yaml - controllers/openebs.yaml
- controllers/velero.yaml
- diskpools/zoma-dibaiyin-hdd.yaml - diskpools/zoma-dibaiyin-hdd.yaml
- configs/bgp-cluster-config.yaml - configs/bgp-cluster-config.yaml
- configs/loadbalancer-ippool.yaml - configs/loadbalancer-ippool.yaml