From 9aa64ad2e6298aed0942147b8da759214e9d1457 Mon Sep 17 00:00:00 2001 From: devopsjourney1 <34145011+devopsjourney1@users.noreply.github.com> Date: Wed, 14 Dec 2022 21:51:21 -0800 Subject: [PATCH] Update service.yaml --- helm-webapp/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-webapp/templates/service.yaml b/helm-webapp/templates/service.yaml index 67a63b7..0ffe034 100644 --- a/helm-webapp/templates/service.yaml +++ b/helm-webapp/templates/service.yaml @@ -12,4 +12,4 @@ spec: selector: app: {{ .Values.appName }} tier: frontend - type: LoadBalancer \ No newline at end of file + type: NodePort