infrastructure/kustomization.yaml

15 lines
394 B
YAML
Raw Normal View History

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