Guest User

Untitled

a guest
Jan 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: Service
  4. metadata:
  5. name: hello-service
  6. labels:
  7. run: hello-world
  8. spec:
  9. type: NodePort
  10. ports:
  11. - port: 80
  12. protocol: TCP
  13. selector:
  14. run: hello-world
Add Comment
Please, Sign In to add comment