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.
37 lines
825 B
YAML
37 lines
825 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: nfs-subdir-external-provisioner
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
targetNamespace: kube-system
|
|
chart:
|
|
spec:
|
|
chart: nfs-subdir-external-provisioner
|
|
version: 4.0.18
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: nfs-subdir-external-provisioner
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
remediation:
|
|
retries: 3
|
|
values:
|
|
nfs:
|
|
server: 10.27.27.22
|
|
path: /TheFlash/k8s-nfs
|
|
storageClass:
|
|
create: true
|
|
defaultClass: true
|
|
name: flash-nfs
|
|
provisionerName: flash-nfs
|
|
reclaimPolicy: Delete
|
|
archiveOnDelete: true
|
|
allowVolumeExpansion: true
|
|
volumeBindingMode: Immediate
|