infrastructure/kustomization.yaml
2025-09-25 20:57:31 -04:00

22 lines
No EOL
471 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Core infrastructure
- auth/
- cert-manager/
- dns/
- emissary/
- external-dns.yaml
- forgejo-k8s.yaml
- namespaces.yaml
- pomerium.yaml
- providers.yaml
- provider-configs.yaml
# 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)