Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: contagem-service
  5. labels:
  6. version: test
  7. spec:
  8. selector:
  9. app: contagem
  10. ports:
  11. - port: 80
  12. type: LoadBalancer
Add Comment
Please, Sign In to add comment