Skip to content

Commit

Permalink
Use a different healthcheck port for CSI controller deployment vs dae…
Browse files Browse the repository at this point in the history
…monset

This avoids port conflicts when both run as hostNetwork
  • Loading branch information
rifelpet committed Oct 18, 2024
1 parent 53c3a86 commit 8d73dc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
ports:
- name: healthz
containerPort: 9808
containerPort: 9809
protocol: TCP
- name: metrics
containerPort: 3301
Expand Down Expand Up @@ -932,6 +932,7 @@ spec:
imagePullPolicy: IfNotPresent
args:
- --csi-address=/csi/csi.sock
- --http-endpoint=0.0.0.0:9809
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand Down

0 comments on commit 8d73dc7

Please sign in to comment.