File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
helm-charts/coherence-operator Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 18
18
matchLabels :
19
19
control-plane : coherence
20
20
replicas : 3
21
+ progressDeadlineSeconds : 600
21
22
template :
22
23
metadata :
23
24
labels :
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ metadata:
118
118
{{- end }}
119
119
spec :
120
120
replicas : {{ default 3 .Values.replicas }}
121
+ progressDeadlineSeconds : {{ default 600 .Values.progressDeadlineSeconds }}
121
122
selector :
122
123
matchLabels :
123
124
control-plane : coherence
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ imagePullPolicy:
27
27
# The operator runs HA by default, with one of the replicas assuming leadership.
28
28
replicas : 3
29
29
30
+ # progressDeadlineSeconds maps to the same field in the Operator deployment resource.
31
+ # If not set, the default is 600 seconds
32
+ # see: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#progress-deadline-seconds
33
+ progressDeadlineSeconds : 600
34
+
30
35
# imagePullSecrets provides support pulling images from private registries, the value references
31
36
# one or more secrets to be used when pulling images. Secrets must be manually created in the
32
37
# target namespace.
You can’t perform that action at this time.
0 commit comments