b1dae28aa5
Replace Hetzner infrastructure and cloud-provider assumptions with Proxmox VM clones, kube-vip API HA, and NFS-backed storage. Update bootstrap, Flux addons, CI workflows, and docs to target the new private Proxmox baseline while preserving the existing Tailscale, Doppler, Flux, Rancher, and B2 backup flows.
16 lines
518 B
YAML
16 lines
518 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- kustomization-nfs-storage.yaml
|
|
- kustomization-external-secrets.yaml
|
|
- kustomization-cert-manager.yaml
|
|
- kustomization-tailscale-operator.yaml
|
|
- kustomization-tailscale-proxyclass.yaml
|
|
- traefik
|
|
- kustomization-observability.yaml
|
|
- kustomization-observability-content.yaml
|
|
- kustomization-rancher.yaml
|
|
- kustomization-rancher-config.yaml
|
|
- kustomization-rancher-backup.yaml
|
|
- kustomization-rancher-backup-config.yaml
|