infrastructure/kustomization.yaml
2025-09-26 08:59:17 -04:00

14 lines
No EOL
375 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Start with just core files for GitOps testing
- forgejo-k8s.yaml
- pomerium.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)