Browse Source

nodeport-3

pull/145/head
smoskvin 3 years ago
parent
commit
d2c49bd90b
  1. 10
      guestbook/guestbook-ui-svc.yaml

10
guestbook/guestbook-ui-svc.yaml

@ -5,10 +5,10 @@ metadata:
spec:
type: NodePort
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30036
protocol: TCP
- name: http
port: 80
targetPort: 80
nodePort: 30036
protocol: TCP
selector:
app: guestbook-ui

Loading…
Cancel
Save