Files

21 lines
443 B
YAML
Raw Permalink Normal View History

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: addon-nfs-storage
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/addons/nfs-storage
2026-04-26 07:48:11 +00:00
wait: true
healthChecks:
2026-04-26 07:48:11 +00:00
- apiVersion: apps/v1
kind: Deployment
name: nfs-subdir-external-provisioner
2026-04-26 07:48:11 +00:00
namespace: kube-system
timeout: 10m
suspend: false