File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-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
+ env :
76
+ - name : IBMCLOUD_API_KEY
77
+ valueFrom :
78
+ secretKeyRef :
79
+ name : ibm-secret
80
+ key : IBMCLOUD_API_KEY
81
+ optional : true
65
82
- name : csi-provisioner
66
83
image : k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
67
84
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