Files
homeprod/kubernetes/kustomization.yaml
T

46 lines
1.7 KiB
YAML

# 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)
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
# Home (home automation)
- home/home-assistant
- home/zigbee2mqtt
# Personal (apps storing my own content, grouped by content type)
- personal/paperless
- 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