infrastructure/pomerium/ci/no-ingress-values.yaml
Infrastructure Admin d770504fa5 Initial infrastructure as code deployment
This commit includes the complete Kubernetes infrastructure deployment for NGE6:

- Crossplane setup with providers (Kubernetes, Helm, Civo)
- Ambassador/Emissary ingress controller with SSL termination
- Cert-manager with Let's Encrypt and Gandi webhook for DNS01 challenges
- ExternalDNS integration with Gandi for automatic DNS management
- Keycloak authentication server with PostgreSQL
- Pomerium identity-aware proxy with OIDC integration
- Forgejo Git server with persistent storage and authentication
- Spire/SPIFFE for secure service communication

All services are deployed using Infrastructure as Code principles with
Crossplane managing Kubernetes and Helm resources declaratively.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 08:43:06 -04:00

18 lines
483 B
YAML

ingress:
enabled: false
config:
routes:
- from: https://httpbin.corp.pomerium.io
to: http://httpbin
allowed_domains:
- pomerium.io
- from: https://external-httpbin.corp.pomerium.io
to: https://httpbin.org
allowed_domains:
- gmail.com
- from: https://weirdlyssl.corp.pomerium.io
to: http://neverssl.com
allowed_users:
- user@example.com
- from: https://hello.corp.pomerium.io
to: http://hello:8080