From 9828d6457dc57d4028fa0c6024661676dfc4d527 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Fri, 28 Jan 2022 16:19:58 +0300 Subject: [PATCH] [WIFI-6837] Chg: helm service type to NodePort Signed-off-by: Dmitry Dunaev --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 1b9a500..4e91358 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -13,7 +13,7 @@ images: services: owgwui: - type: ClusterIP + type: NodePort ports: http: servicePort: 80