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.

15 lines
269 B

5 years ago
  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: dashboard-lb
  5. labels:
  6. k8s-app: kubernetes-dashboard
  7. spec:
  8. ports:
  9. - protocol: TCP
  10. port: 8443
  11. targetPort: 8443
  12. nodePort: 30063
  13. type: LoadBalancer
  14. selector:
  15. k8s-app: kubernetes-dashboard