- Includes Gandi webhook for DNS-01 challenges - ClusterIssuers for Let's Encrypt certificates - RBAC configurations for cert-manager components Second batch deployment - cert infrastructure now managed via GitOps. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
No EOL
487 B
YAML
23 lines
No EOL
487 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Core infrastructure
|
|
- providers.yaml
|
|
- provider-configs.yaml
|
|
- external-dns.yaml
|
|
|
|
# Certificate management
|
|
- cert-manager/
|
|
|
|
# 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) |