diff --git a/deploy/csi-azurelustre-controller.yaml b/deploy/csi-azurelustre-controller.yaml index 3fa793763..515635b74 100644 --- a/deploy/csi-azurelustre-controller.yaml +++ b/deploy/csi-azurelustre-controller.yaml @@ -53,7 +53,7 @@ spec: args: - --csi-address=/csi/csi.sock - --probe-timeout=120s - - --health-port=29632 + - --health-port=29762 volumeMounts: - name: socket-dir mountPath: /csi @@ -71,12 +71,13 @@ spec: - "-v=5" - "--endpoint=$(CSI_ENDPOINT)" ports: - - containerPort: 29632 + - containerPort: 29762 name: healthz protocol: TCP - - containerPort: 29634 - name: metrics - protocol: TCP + # Reserved port for metrics + # - containerPort: 29764 + # name: metrics + # protocol: TCP livenessProbe: failureThreshold: 5 httpGet: diff --git a/deploy/csi-azurelustre-node.yaml b/deploy/csi-azurelustre-node.yaml index 3dfa1fafa..f3d779a8e 100644 --- a/deploy/csi-azurelustre-node.yaml +++ b/deploy/csi-azurelustre-node.yaml @@ -43,7 +43,7 @@ spec: args: - --csi-address=/csi/csi.sock - --probe-timeout=120s - - --health-port=29633 + - --health-port=29763 - --v=2 resources: limits: @@ -95,9 +95,13 @@ spec: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" ports: - - containerPort: 29633 + - containerPort: 29763 name: healthz protocol: TCP + # Reserved port for metrics + # - containerPort: 29765 + # name: metrics + # protocol: TCP livenessProbe: failureThreshold: 5 httpGet: