Add missing NodePort to frontend Service

This commit is contained in:
Johnny Lim 2020-03-16 15:18:27 +09:00 committed by GitHub
parent 629c9459a9
commit 2b93bb9e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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