Add missing NodePort to frontend Service
This commit is contained in:
parent
629c9459a9
commit
2b93bb9e9a
|
@ -6,6 +6,8 @@ metadata:
|
||||||
app: guestbook
|
app: guestbook
|
||||||
tier: frontend
|
tier: frontend
|
||||||
spec:
|
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
|
# if your cluster supports it, uncomment the following to automatically create
|
||||||
# an external load-balanced IP for the frontend service.
|
# an external load-balanced IP for the frontend service.
|
||||||
# type: LoadBalancer
|
# type: LoadBalancer
|
||||||
|
|
Loading…
Reference in New Issue