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
| autoscaling.terminationGracePeriodSeconds | int |`3600`| Define terminationGracePeriodSeconds for scalingType "deployment". Period for `deregisterLifecycle` to gracefully shut down the node before force terminating it |
348
349
| autoscaling.deregisterLifecycle | string |`nil`| Define preStop command to shut down the node gracefully when scalingType is set to "deployment" |
Copy file name to clipboardExpand all lines: charts/selenium-grid/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -894,6 +894,9 @@ autoscaling:
894
894
scaleTargetRef:
895
895
# -- Target reference for KEDA ScaledObject
896
896
kind: Deployment
897
+
advanced:
898
+
scalingModifiers:
899
+
metricType: "Value"
897
900
# -- Define terminationGracePeriodSeconds for scalingType "deployment". Period for `deregisterLifecycle` to gracefully shut down the node before force terminating it
898
901
terminationGracePeriodSeconds: 3600
899
902
# -- Define preStop command to shut down the node gracefully when scalingType is set to "deployment"
0 commit comments