multi-cloud overlays
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 6s

This commit is contained in:
2026-04-22 14:30:13 +02:00
parent 458f7b23ad
commit 333acdea26
50 changed files with 910 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
# GKE-specific: Google Cloud Load Balancer for Traefik
service:
annotations:
cloud.google.com/neg: '{"ingress":true}'
networking.gke.io/load-balancer-type: External
ports:
web:
forwardedHeaders:
trustedIPs: "10.0.0.0/8"
websecure:
forwardedHeaders:
trustedIPs: "10.0.0.0/8"