Scale interface
Container App scaling configurations.
Properties
| cooldown |
Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set. |
| max |
Optional. Maximum number of container replicas. Defaults to 10 if not set. |
| min |
Optional. Minimum number of container replicas. |
| polling |
Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set. |
| rules | Scaling rules. |
Property Details
cooldownPeriod
Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
cooldownPeriod?: number
Property Value
number
maxReplicas
Optional. Maximum number of container replicas. Defaults to 10 if not set.
maxReplicas?: number
Property Value
number
minReplicas
Optional. Minimum number of container replicas.
minReplicas?: number
Property Value
number
pollingInterval
Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
pollingInterval?: number
Property Value
number