Guest User

Untitled

a guest
Nov 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: my-service
  5. annotations:
  6. service.beta.kubernetes.io/aws-load-balancer-security-groups: sg-123
  7. spec:
  8. type: LoadBalancer
  9. selector:
  10. app: my-app
  11. ports:
  12. - protocol: TCP
  13. port: 80
  14. targetPort: 8080
Add Comment
Please, Sign In to add comment