Skip to content

Commit

Permalink
Merge pull request #437 from wongma7/hostnetwrokport
Browse files Browse the repository at this point in the history
Change controller port 9808->9909 to avoid node/ebs conflict
  • Loading branch information
k8s-ci-robot committed May 21, 2021
2 parents 75d6151 + 7c137b7 commit d9c12e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -64,7 +64,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
ports:
- name: healthz
containerPort: 9808
containerPort: 9909
protocol: TCP
livenessProbe:
httpGet:
Expand All @@ -91,7 +91,7 @@ spec:
image: {{ printf "%s:%s" .Values.sidecars.livenessProbeImage.repository .Values.sidecars.livenessProbeImage.tag }}
args:
- --csi-address=/csi/csi.sock
- --health-port=9808
- --health-port=9909
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/controller-deployment.yaml
Expand Up @@ -47,7 +47,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
ports:
- name: healthz
containerPort: 9808
containerPort: 9909
protocol: TCP
livenessProbe:
httpGet:
Expand All @@ -74,7 +74,7 @@ spec:
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.2.0-eks-1-18-2
args:
- --csi-address=/csi/csi.sock
- --health-port=9808
- --health-port=9909
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand Down

0 comments on commit d9c12e7

Please sign in to comment.