[ci skip] update claude knowledge: HTTP/3 enabled for Traefik and Cloudflare

This commit is contained in:
Viktor Barzin 2026-02-07 20:46:14 +00:00
parent 8fabc3d49b
commit b964a92a8b
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -75,7 +75,8 @@ Terraform-based infrastructure repository managing a home Kubernetes cluster on
- Each service in `modules/kubernetes/<service>/main.tf` defines its own namespace, deployments, services, and ingress
- NFS storage from `10.0.10.15` for persistent data
- TLS secrets managed via `setup_tls_secret` module
- Ingress uses Traefik (Helm chart, 3 replicas) with Middleware CRDs for rate limiting, auth, CSP headers, CrowdSec bouncer, and analytics injection
- Ingress uses Traefik (Helm chart, 3 replicas) with HTTP/3 (QUIC) enabled, Middleware CRDs for rate limiting, auth, CSP headers, CrowdSec bouncer, and analytics injection
- HTTP/3 enabled on Traefik (`http3.enabled=true`, `advertisedPort=443` on websecure entrypoint) and Cloudflare (`cloudflare_zone_settings_override` with `http3="on"`)
- GPU workloads use `node_selector = { "gpu": "true" }`
- Services expose to `*.viktorbarzin.me` domains