File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 62
62
timeoutSeconds : 3
63
63
periodSeconds : 10
64
64
failureThreshold : 5
65
+ - name : node-update-controller
66
+ image : quay.io/powercloud/ibm-powervs-block-csi-driver:v0.0.1
67
+ command : ["/node-update-controller"]
68
+ ports :
69
+ - name : metrics
70
+ containerPort : 8081
71
+ protocol : TCP
72
+ - name : healthz
73
+ containerPort : 8082
74
+ protocol : TCP
75
+ livenessProbe :
76
+ failureThreshold : 5
77
+ httpGet :
78
+ path : /healthz
79
+ port : healthz
80
+ initialDelaySeconds : 5
81
+ timeoutSeconds : 10
82
+ periodSeconds : 30
83
+ env :
84
+ - name : IBMCLOUD_API_KEY
85
+ valueFrom :
86
+ secretKeyRef :
87
+ name : ibm-secret
88
+ key : IBMCLOUD_API_KEY
89
+ optional : true
65
90
- name : csi-provisioner
66
91
image : k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
67
92
args :
Original file line number Diff line number Diff line change 27
27
- name : powervs-plugin
28
28
image : quay.io/powercloud/ibm-powervs-block-csi-driver:dev
29
29
imagePullPolicy : Always
30
+ - name : node-update-controller
31
+ image : quay.io/powercloud/ibm-powervs-block-csi-driver:dev
32
+ imagePullPolicy : Always
You can’t perform that action at this time.
0 commit comments