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.
20 lines
429 B
20 lines
429 B
# Source: https://github.com/kubernetes-sigs/vsphere-csi-driver
|
|
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
|
|
|