Skip to content

Commit 217938f

Browse files
authored
Revert "Change service type to ClusterIP for vsphere-csi-controller service (#3519)" (#3668)
This reverts commit 3a80b83.
1 parent f4b1ec2 commit 217938f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

manifests/supervisorcluster/1.29/cns-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ spec:
609609
protocol: TCP
610610
selector:
611611
app: vsphere-csi-controller
612-
type: ClusterIP
612+
type: LoadBalancer
613613
---
614614
apiVersion: v1
615615
kind: Service

manifests/supervisorcluster/1.30/cns-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ spec:
611611
protocol: TCP
612612
selector:
613613
app: vsphere-csi-controller
614-
type: ClusterIP
614+
type: LoadBalancer
615615
---
616616
apiVersion: v1
617617
kind: Service

manifests/supervisorcluster/1.31/cns-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ spec:
611611
protocol: TCP
612612
selector:
613613
app: vsphere-csi-controller
614-
type: ClusterIP
614+
type: LoadBalancer
615615
---
616616
apiVersion: v1
617617
kind: Service

manifests/supervisorcluster/1.32/cns-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ spec:
611611
protocol: TCP
612612
selector:
613613
app: vsphere-csi-controller
614-
type: ClusterIP
614+
type: LoadBalancer
615615
---
616616
apiVersion: v1
617617
kind: Service

0 commit comments

Comments
 (0)