Removed load balancer
Some checks failed
Helm Publish / publish (push) Failing after 2m19s

This commit is contained in:
2025-12-03 17:44:22 +11:00
parent 8a20e346a3
commit 6c4241258b

View File

@@ -36,7 +36,7 @@ service:
externalIPs: [] externalIPs: []
loadBalancerIP: "" loadBalancerIP: ""
loadBalancerSourceRanges: [] loadBalancerSourceRanges: []
type: LoadBalancer type: ClusterIP
# 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