# Root Kustomization for Flux # Components managed by separate Flux Kustomizations (CRD dependency ordering): # - longhorn: managed by Flux Kustomization (CRDs must be installed first) # - longhorn-jobs: managed by Flux Kustomization (RecurringJob CRDs need longhorn) # - cert-manager: managed by Flux Kustomization (CRDs must be installed first) # - cert-manager-webhook-ovh: managed by Flux Kustomization (depends on cert-manager) # - cert-manager-issuer: managed by Flux Kustomization (depends on cert-manager + webhook) # - caddy-certificates: managed by Flux Kustomization (Certificate CRDs need cert-manager) # - stalwart-certificates: managed by Flux Kustomization (Certificate CRDs need cert-manager) # - openclaw-operator: managed by Flux Kustomization (operator CRDs must be installed first) # - openclaw: managed by Flux Kustomization (OpenClawInstance CRD needs openclaw-operator) apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: # System components (kubernetes platform machinery) - system/cilium # cilium IP pool is managed here - system/coredns - system/csi-driver-nfs - system/external-dns - system/flux # Infrastructure (backbone services apps depend on) - infrastructure/authentik - infrastructure/mail/stalwart - infrastructure/observability - infrastructure/traefik - infrastructure/caddy - infrastructure/network/blocky # Dev (developer platform) - dev/gitea - dev/harbor - dev/renovate # Home (home automation) - home/home-assistant - home/zigbee2mqtt # Personal (apps storing my own content, grouped by content type) - personal/paperless - personal/radicale - personal/media/photoprism - personal/notes/notesnook - personal/notes/obsidian-livesync # Utilities (generic content-agnostic tools) - utilities/dashy - utilities/glance - utilities/open-webui # Production (public-facing websites/apps) - production/buildpath - production/semery-fr - production/umami - production/vhaudiquet-fr