Skip to content

Commit

Permalink
Merge cb6b36f into 61e2d92
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed May 3, 2021
2 parents 61e2d92 + cb6b36f commit 918b1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
ports:
- name: healthz
containerPort: 9808
containerPort: 9809
protocol: TCP
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
ports:
- name: healthz
containerPort: 9808
containerPort: 9809
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit 918b1a2

Please sign in to comment.