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.

19 lines
370 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: vsphere-csi-controller
  5. namespace: "{{ vsphere_csi_namespace }}"
  6. labels:
  7. app: vsphere-csi-controller
  8. spec:
  9. ports:
  10. - name: ctlr
  11. port: 2112
  12. targetPort: 2112
  13. protocol: TCP
  14. - name: syncer
  15. port: 2113
  16. targetPort: 2113
  17. protocol: TCP
  18. selector:
  19. app: vsphere-csi-controller