infrastructure/kustomization.yaml
Infrastructure Admin e7c5a66bf6 Add core infrastructure to GitOps: providers, external-dns
- providers.yaml: Crossplane provider installations
- provider-configs.yaml: Provider authentication configs
- external-dns.yaml: Automatic DNS record management

Testing batch deployment before adding more components.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 13:00:23 -04:00

20 lines
No EOL
445 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Core infrastructure
- providers.yaml
- provider-configs.yaml
- external-dns.yaml
# Applications
- 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)