Guest User

Untitled

a guest
Jan 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: tomcat
  5. spec:
  6. selector:
  7. app: tomcat
  8. ports:
  9. - protocol: TCP
  10. port: 8080
  11. targetPort: 8080
  12. type: NodePort
Add Comment
Please, Sign In to add comment