Skip to content

Commit

Permalink
Fix liveness probe memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Apr 19, 2019
1 parent d94c30d commit 39768f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe
image: quay.io/k8scsi/livenessprobe:v1.0.1
image: quay.io/k8scsi/livenessprobe:v1.0.2
args:
- --csi-address=/csi/csi.sock
- --connection-timeout=3s
Expand Down

0 comments on commit 39768f7

Please # to comment.