Skip to content

Commit

Permalink
Add missing NodePort to frontend Service
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored Mar 16, 2020
1 parent 629c945 commit 2b93bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guestbook/all-in-one/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b93bb9

Please sign in to comment.