service.yaml 207 B

1234567891011121314
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: vnc
  5. spec:
  6. ports:
  7. - port: 5900
  8. protocol: TCP
  9. targetPort: 5900
  10. name: vnc
  11. selector:
  12. app.kubernetes.io/name: workstation
  13. type: LoadBalancer