rancher-charts/charts/rancher-vsphere-csi/101.0.0+up2.5.1-rancher1/templates/controller/service.yaml

20 lines
365 B
YAML

apiVersion: v1
kind: Service
metadata:
name: vsphere-csi-controller
namespace: {{ .Release.Namespace }}
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