keda-hpa-activemq
Keda scaledobject for HPA in ArmoniK
Homepage: https://github.com/aneoconsulting/ArmoniK.Infra/tree/main/charts/keda-hpa
Maintainers
Name |
Url |
|
|---|---|---|
Aneo |
<armonik.fr> |
Source Code
Requirements
Kubernetes: >=v1.23.0-0
Values
Key |
Type |
Default |
Description |
|---|---|---|---|
behavior |
object |
|
Advanced options to manage the behavior of the HPA |
behavior.periodSeconds |
int |
|
Period in seconds |
behavior.restoreToOriginalReplicaCount |
bool |
|
Restore to the original replicas count |
behavior.stabilizationWindowSeconds |
int |
|
Stabilization window in seconds |
behavior.type |
string |
|
Type of the target |
behavior.value |
int |
|
Value of the target |
cooldownPeriod |
int |
|
Cooldown period in seconds |
fallback |
object |
|
Fallback options |
fallback.failureThreshold |
int |
|
Threshold of failures |
fallback.replicas |
int |
|
Number of replicas |
idleReplicaCount |
int |
|
Count of idle replicas |
maxReplicaCount |
int |
|
Maximum count of replicas |
minReplicaCount |
int |
|
Minimum count of replicas |
pollingInterval |
int |
|
Polling interval in seconds |
scaleTargetRef |
object |
|
Scale target reference |
scaleTargetRef.apiVersion |
string |
|
Kubernetes API version to be used |
scaleTargetRef.envSourceContainerName |
string |
|
Name of the container to be scaled |
scaleTargetRef.kind |
string |
|
Kid of the Kubernetes resource to be scaled |
scaleTargetRef.name |
string |
|
Name of the Kubernetes resource to be scaled |
suffix |
string |
|
Suffix to add to the resource |
triggers |
list |
|
Triggers for HPA |