Messing with loadbalancer

This commit is contained in:
2025-12-03 10:03:16 +11:00
parent f71a5e93c8
commit 8a20e346a3

View File

@@ -36,7 +36,7 @@ service:
externalIPs: [] externalIPs: []
loadBalancerIP: "" loadBalancerIP: ""
loadBalancerSourceRanges: [] loadBalancerSourceRanges: []
type: ClusterIP type: LoadBalancer
# Named target ports are not supported by GCE health checks, so when deploying on GKE # Named target ports are not supported by GCE health checks, so when deploying on GKE
# and exposing it via GCE ingress, the health checks fail and the load balancer returns a 502. # and exposing it via GCE ingress, the health checks fail and the load balancer returns a 502.
namedTargetPort: true namedTargetPort: true