From b67c69b88bd3c060f355f3e6385e40f11a14533d Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Tue, 3 May 2022 12:07:49 +0300 Subject: [PATCH] [WIFI-7825] Chg: use ClusterIP for service by default 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 abee23c..6aea56d 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -13,7 +13,7 @@ images: services: owgwui: - type: NodePort + type: ClusterIP ports: http: servicePort: 80