Added type NodePort for #368

This commit is contained in:
John Paulo Mataac 2020-03-09 04:53:13 -04:00 committed by cyberpau
parent 7685f4e59e
commit 52158f68dd
1 changed files with 2 additions and 0 deletions

View File

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