davidcrottypsn

Untitled

Jan 22nd, 2018
31
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: balancer
  5. spec:
  6. selector:
  7. app: auth-api
  8. tier: balancer
  9. ports:
  10. - protocol: "TCP"
  11. port: 80
  12. targetPort: 80
  13. type: LoadBalancer
Add Comment
Please, Sign In to add comment