13 lines
308 B
YAML
13 lines
308 B
YAML
# 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"
|