From 52158f68ddc508eac9f15a9bb7260b838e644c9f Mon Sep 17 00:00:00 2001 From: John Paulo Mataac Date: Mon, 9 Mar 2020 04:53:13 -0400 Subject: [PATCH] Added type NodePort for #368 --- guestbook/all-in-one/guestbook-all-in-one.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guestbook/all-in-one/guestbook-all-in-one.yaml b/guestbook/all-in-one/guestbook-all-in-one.yaml index b0813670..e1178602 100644 --- a/guestbook/all-in-one/guestbook-all-in-one.yaml +++ b/guestbook/all-in-one/guestbook-all-in-one.yaml @@ -103,6 +103,8 @@ metadata: app: guestbook tier: frontend spec: + # comment or delete the following line if you want to use a LoadBalancer + type: NodePort # if your cluster supports it, uncomment the following to automatically create # an external load-balanced IP for the frontend service. # type: LoadBalancer