Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ---service---
  2.  
  3. spec:
  4. ports:
  5. - name: graph1
  6. protocol: TCP
  7. port: 2003
  8. targetPort: 2003
  9. - name: graph2
  10. protocol: TCP
  11. port: 8080
  12. targetPort: 80
  13.  
  14.  
  15. ---deployment---
  16. spec:
  17. containers:
  18. - name: graphite
  19. image: sitespeedio/graphite:1.1.5-3
  20. restartPolicy: Always
  21. ports:
  22. - name: graphite_one
  23. containerPort: 8080
  24. hostPort: 80
  25. - name: graphite_two
  26. containerPort: 2003
  27. hostPort: 2003
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement