Add cert-manager to GitOps infrastructure

- 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>
This commit is contained in:
Infrastructure Admin 2025-09-28 02:37:45 -04:00
parent e7c5a66bf6
commit b41e7c2c50

View file

@ -7,6 +7,9 @@ resources:
- provider-configs.yaml
- external-dns.yaml
# Certificate management
- cert-manager/
# Applications
- forgejo-k8s.yaml
- pomerium.yaml