Skip to content

Commit

Permalink
Merge pull request kubernetes#372 from izeye/patch-1
Browse files Browse the repository at this point in the history
Add missing NodePort to frontend Service
  • Loading branch information
k8s-ci-robot authored Mar 16, 2020
2 parents 629c945 + 2b93bb9 commit 76e6817
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 76e6817

Please sign in to comment.