File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,9 @@ triggers:
257
257
authenticationRef:
258
258
name: { { template " seleniumGrid.autoscaling.authenticationRef.fullname" $ } }
259
259
useCachedMetrics: { { $.Values.autoscaling.useCachedMetrics } }
260
+ { {- if $.Values.autoscaling.triggerName } }
261
+ name: { { $.Values.autoscaling.triggerName | quote } }
262
+ { {- end } }
260
263
{ {- if and (eq $.Values.autoscaling.scalingType " deployment" ) $.Values.autoscaling.metricType } }
261
264
metricType: { { $.Values.autoscaling.metricType } }
262
265
{ {- end } }
Original file line number Diff line number Diff line change @@ -1019,6 +1019,8 @@ autoscaling:
1019
1019
# Configuration for ScaledObject triggers https://keda.sh/docs/latest/reference/scaledobject-spec/#triggers
1020
1020
# -- Enables caching of metric values during polling interval (as specified in .spec.pollingInterval, the default: false in KEDA).
1021
1021
useCachedMetrics : false
1022
+ # -- Set trigger name.
1023
+ triggerName : " "
1022
1024
# -- The type of metric that should be used (The default: AverageValue in KEDA)
1023
1025
metricType : " "
1024
1026
# -- Annotations for KEDA resources: ScaledObject and ScaledJob
You can’t perform that action at this time.
0 commit comments