2021-12-10 19:07:23 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
name: vsphere-csi-controller
|
2022-09-15 09:01:23 +00:00
|
|
|
namespace: "{{ vsphere_csi_namespace }}"
|
2021-12-10 19:07:23 +00:00
|
|
|
labels:
|
|
|
|
app: vsphere-csi-controller
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: ctlr
|
|
|
|
port: 2112
|
|
|
|
targetPort: 2112
|
|
|
|
protocol: TCP
|
|
|
|
- name: syncer
|
|
|
|
port: 2113
|
|
|
|
targetPort: 2113
|
|
|
|
protocol: TCP
|
|
|
|
selector:
|
|
|
|
app: vsphere-csi-controller
|