Skip to content

Commit ae32d00

Browse files
committed
chart: Deployment scale metricType should be Value instead of AverageValue
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent bf73ae9 commit ae32d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/selenium-grid/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,9 @@ autoscaling:
894894
scaleTargetRef:
895895
# -- Target reference for KEDA ScaledObject
896896
kind: Deployment
897+
advanced:
898+
scalingModifiers:
899+
metricType: "Value"
897900
# -- Define terminationGracePeriodSeconds for scalingType "deployment". Period for `deregisterLifecycle` to gracefully shut down the node before force terminating it
898901
terminationGracePeriodSeconds: 3600
899902
# -- Define preStop command to shut down the node gracefully when scalingType is set to "deployment"

0 commit comments

Comments
 (0)