Add Velero configuration files and update production kustomization

This commit is contained in:
2025-08-30 15:37:00 +02:00
parent a17778f4de
commit d16f466a42
10 changed files with 161 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: velero
resources:
- namespace.yaml
- repository.yaml

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: velero

View File

@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: velero-helm-repo
namespace: velero
spec:
interval: 1h
url: https://vmware-tanzu.github.io/helm-charts