From 6c4241258bff4e5d99e82fe7641355e4b39dda23 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 3 Dec 2025 17:44:22 +1100 Subject: [PATCH] Removed load balancer --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 370e0e0..3ddffd3 100644 --- a/values.yaml +++ b/values.yaml @@ -36,7 +36,7 @@ service: externalIPs: [] loadBalancerIP: "" loadBalancerSourceRanges: [] - type: LoadBalancer + type: ClusterIP # 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. namedTargetPort: true