87d428eb5d
- Helm chart authentik 2026.5.3 with 3 server replicas, 2 worker replicas - CNPG PostgreSQL cluster (3 instances) with rw and ro poolers (2 instances each) - Redis with 5Gi persistent storage - Gateway API: identity.unkin.net and identity.k8s.syd1.au.unkin.net (HTTPS) - LDAPS via TLSRoute on ldap.k8s.syd1.au.unkin.net and ldap.main.unkin.net - Multi-SAN TLS via cert-manager gateway integration - S3 storage via RadosGW (bucket: authentik) - Vault secrets: postgres-credentials, authentik-credentials, s3-credentials - Woodpecker ServiceAccount for terraform-authentik CI - Platform applicationset and project updated
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
labels:
|
|
traefik.io/instance: internal
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
|
cert-manager.io/common-name: identity.unkin.net
|
|
cert-manager.io/private-key-size: "4096"
|
|
external-dns.alpha.kubernetes.io/hostname: identity.unkin.net,identity.k8s.syd1.au.unkin.net
|
|
external-dns.alpha.kubernetes.io/target: 198.18.200.4
|
|
name: authentik
|
|
namespace: authentik
|
|
spec:
|
|
gatewayClassName: traefik-internal
|
|
listeners:
|
|
- allowedRoutes:
|
|
namespaces:
|
|
from: Same
|
|
hostname: identity.unkin.net
|
|
name: http
|
|
port: 80
|
|
protocol: HTTP
|
|
- allowedRoutes:
|
|
namespaces:
|
|
from: Same
|
|
hostname: identity.unkin.net
|
|
name: https
|
|
port: 443
|
|
protocol: HTTPS
|
|
tls:
|
|
certificateRefs:
|
|
- group: ""
|
|
kind: Secret
|
|
name: authentik-tls
|
|
mode: Terminate
|
|
- allowedRoutes:
|
|
namespaces:
|
|
from: Same
|
|
hostname: identity.k8s.syd1.au.unkin.net
|
|
name: http-internal
|
|
port: 80
|
|
protocol: HTTP
|
|
- allowedRoutes:
|
|
namespaces:
|
|
from: Same
|
|
hostname: identity.k8s.syd1.au.unkin.net
|
|
name: https-internal
|
|
port: 443
|
|
protocol: HTTPS
|
|
tls:
|
|
certificateRefs:
|
|
- group: ""
|
|
kind: Secret
|
|
name: authentik-tls
|
|
mode: Terminate
|