Guest User

Untitled

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