From 2b93bb9e9a557bd297e9fb80e18ee10f3b9e540d Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 16 Mar 2020 15:18:27 +0900 Subject: [PATCH] Add missing NodePort to frontend Service --- guestbook/all-in-one/frontend.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guestbook/all-in-one/frontend.yaml b/guestbook/all-in-one/frontend.yaml index 38a79267c..b98e044a5 100644 --- a/guestbook/all-in-one/frontend.yaml +++ b/guestbook/all-in-one/frontend.yaml @@ -6,6 +6,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