titan-iac/infrastructure/flux-system/kustomization-core.yaml

23 lines
528 B
YAML
Raw Permalink Normal View History

2025-08-13 08:36:19 -05:00
# infrastructure/flux-system/kustomization-core.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: core
namespace: flux-system
spec:
interval: 10m
path: ./infrastructure/core
2025-08-25 23:41:36 -05:00
prune: true
2025-08-13 08:36:19 -05:00
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
wait: true
2025-08-25 23:41:36 -05:00
# Only wait for the NVIDIA device-plugin DaemonSet on titan-22
healthChecks:
- apiVersion: apps/v1
kind: DaemonSet
name: nvidia-device-plugin-minipc
namespace: kube-system