From d2a49c287d2c45328f18703805eeae35606f8ee1 Mon Sep 17 00:00:00 2001 From: Jesse Gonzalez Date: Thu, 17 Jun 2021 13:05:25 -0400 Subject: [PATCH] add: nodeport to helm chart --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712..81a46ee 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent service: - type: ClusterIP + type: NodePort port: 80 ingress: