From f3d9952dc1d285ef08ea9647e0048b3cf057e843 Mon Sep 17 00:00:00 2001 From: Todd Scharien Date: Fri, 20 Sep 2024 10:19:00 -0700 Subject: [PATCH] Change port to 443 --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index a6d7855..5c646ca 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -7,7 +7,7 @@ image: service: type: ClusterIP - port: 3000 + port: 443 resources: {}