add nodeport to config
This commit is contained in:
parent
f4700db7cb
commit
d76adfda90
@ -3,8 +3,10 @@ kind: Service
|
||||
metadata:
|
||||
name: guestbook-ui
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
nodePort: 1337
|
||||
selector:
|
||||
app: guestbook-ui
|
||||
|
Loading…
Reference in New Issue
Block a user