From 0e32a40714d2c57aa302e4c39efe1e2e4b77e00f Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Thu, 14 Aug 2025 14:47:09 +0200 Subject: [PATCH] Switch service port on the exposed container port --- dev/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/helm/values.yaml b/dev/helm/values.yaml index 8e5e3667..260e07bf 100644 --- a/dev/helm/values.yaml +++ b/dev/helm/values.yaml @@ -57,7 +57,7 @@ securityContext: {} service: type: ClusterIP - port: 80 + port: 3000 # Annotations applied for services such as externalDNS or # service type LoadBalancer # type: LoadBalancer