You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
|The node selectors to apply to the deployment in `key:value` format. Multiple node selectors are comma separated.
42
42
|<none>
43
43
@@ -197,10 +197,30 @@ These properties are also used when configuring the <<configuration-kubernetes-t
197
197
|The Spring Boot major version to use. Currently only used to configure Spring Boot version specific probe paths automatically. Valid options are `1` or `2`.
198
198
|2
199
199
200
-
|tolerations
201
-
|Toleration configuration to set on created pod's.
200
+
|tolerations.key
201
+
|The key to use for the toleration.
202
202
|<none>
203
203
204
+
|tolerations.effect
205
+
|The toleration effect. See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration for valid options.
206
+
|<none>
207
+
208
+
|tolerations.operator
209
+
|The toleration operator. See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ for valid options.
210
+
|<none>
211
+
212
+
|tolerations.tolerationSeconds
213
+
|The number of seconds defining how long the pod will stay bound to the node after a taint is added.
214
+
|<none>
215
+
216
+
|tolerations.value
217
+
|The toleration value to apply, used in conjunction with `operator` to select to appropriate `effect`.
218
+
|<none>
219
+
220
+
|maximumConcurrentTasks
221
+
|The maximum concurrent tasks allowed for this platform instance.
0 commit comments