File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3838{{- with .Values.keda.triggers }}
3939{{ toYaml . | indent 2 }}
4040{{ end }}
41+ {{- with .Values.keda.fallback }}
42+ fallback :
43+ {{ toYaml . | indent 4 }}
44+ {{- end }}
4145 advanced :
4246 restoreToOriginalReplicaCount : {{ .Values.keda.restoreToOriginalReplicaCount }}
4347{{- if .Values.keda.behavior }}
Original file line number Diff line number Diff line change @@ -448,6 +448,10 @@ keda:
448448 pollingInterval : 30
449449 cooldownPeriod : 300
450450 restoreToOriginalReplicaCount : false
451+ # fallback:
452+ # failureThreshold: 3
453+ # replicas: 6
454+ # behavior: static
451455 scaledObject :
452456 annotations : {}
453457 behavior : {}
Original file line number Diff line number Diff line change 3636{{- with .Values.controller.keda.triggers }}
3737{{ toYaml . | indent 2 }}
3838{{ end }}
39+ {{- with .Values.controller.keda.fallback }}
40+ fallback :
41+ {{ toYaml . | indent 4 }}
42+ {{- end }}
3943 advanced :
4044 restoreToOriginalReplicaCount : {{ .Values.controller.keda.restoreToOriginalReplicaCount }}
4145{{- if .Values.controller.keda.horizontalPodAutoscalerConfig }}
Original file line number Diff line number Diff line change @@ -266,6 +266,10 @@ controller:
266266 pollingInterval : 30
267267 cooldownPeriod : 300
268268 restoreToOriginalReplicaCount : false
269+ # fallback:
270+ # failureThreshold: 3
271+ # replicas: 6
272+ # behavior: static
269273 scaledObject :
270274 annotations : {}
271275 horizontalPodAutoscalerConfig : {}
You can’t perform that action at this time.
0 commit comments