File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,22 @@ spec:
316
316
image : icr.io/cpopen/ibm-iam-operator:4.13.0
317
317
imagePullPolicy : IfNotPresent
318
318
name : ibm-iam-operator
319
+ livenessProbe :
320
+ failureThreshold : 10
321
+ httpGet :
322
+ path : /healthz
323
+ port : 8081
324
+ initialDelaySeconds : 120
325
+ periodSeconds : 60
326
+ timeoutSeconds : 10
327
+ readinessProbe :
328
+ failureThreshold : 10
329
+ httpGet :
330
+ path : /readyz
331
+ port : 8081
332
+ initialDelaySeconds : 3
333
+ periodSeconds : 20
334
+ timeoutSeconds : 3
319
335
resources :
320
336
limits :
321
337
cpu : 25m
Original file line number Diff line number Diff line change 79
79
value : " "
80
80
- name : cluster_name
81
81
value : " "
82
+ livenessProbe :
83
+ failureThreshold : 10
84
+ httpGet :
85
+ path : /healthz
86
+ port : 8081
87
+ initialDelaySeconds : 120
88
+ periodSeconds : 60
89
+ timeoutSeconds : 10
90
+ readinessProbe :
91
+ failureThreshold : 10
92
+ httpGet :
93
+ path : /readyz
94
+ port : 8081
95
+ initialDelaySeconds : 3
96
+ periodSeconds : 20
97
+ timeoutSeconds : 3
82
98
resources :
83
99
limits :
84
100
cpu : 25m
Original file line number Diff line number Diff line change @@ -270,6 +270,22 @@ spec:
270
270
image : {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-iam-operator:{{ .Values.operator.imageTag }}
271
271
imagePullPolicy : {{ .Values.global.imagePullPolicy }}
272
272
name : ibm-iam-operator
273
+ livenessProbe :
274
+ failureThreshold : 10
275
+ httpGet :
276
+ path : /healthz
277
+ port : 8081
278
+ initialDelaySeconds : 120
279
+ periodSeconds : 60
280
+ timeoutSeconds : 10
281
+ readinessProbe :
282
+ failureThreshold : 10
283
+ httpGet :
284
+ path : /readyz
285
+ port : 8081
286
+ initialDelaySeconds : 3
287
+ periodSeconds : 20
288
+ timeoutSeconds : 3
273
289
resources :
274
290
limits :
275
291
cpu : 25m
You can’t perform that action at this time.
0 commit comments