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