You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
267 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: tipgodoc
  5. spec:
  6. ports:
  7. - port: 80
  8. targetPort: 8080
  9. name: http
  10. - port: 443
  11. targetPort: 443
  12. name: https
  13. selector:
  14. app: tipgodoc
  15. type: LoadBalancer
  16. loadBalancerIP: 130.211.180.236