infrastructure/kustomization.yaml
2025-09-26 08:32:21 -04:00

23 lines
No EOL
536 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Core infrastructure - individual files to avoid conflicts
- forgejo-k8s.yaml
- pomerium.yaml
- providers.yaml
- provider-configs.yaml
- external-dns.yaml
# Directories with their own kustomizations
- auth/
- cert-manager/
- dns/
- emissary/
# Exclude problematic directories:
# - flux/ (managed by Flux itself)
# - pomerium/ (Helm chart)
# - gitea/ (legacy, replaced by forgejo)
# - bin/ (binaries)
# - cookies.txt, DEPLOYMENT.md (not Kubernetes manifests)