Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,18 @@
"type": "integer",
"default": 10
},
"cooldownPeriod": {
"format": "int32",
"description": "Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set.",
"type": "integer",
"default": 300
},
"pollingInterval": {
"format": "int32",
"description": "Optional. KEDA Polling Interval. Defaults to 30 seconds if not set.",
"type": "integer",
"default": 30
},
"rules": {
"description": "Scaling rules.",
"type": "array",
Expand Down Expand Up @@ -2171,4 +2183,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -1283,4 +1283,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -415,6 +417,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -601,6 +605,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -652,4 +658,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -314,6 +316,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -438,6 +442,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand All @@ -456,4 +462,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -210,4 +212,3 @@
"404": {}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
],
"scale": {
"minReplicas": 1,
"maxReplicas": 30
"maxReplicas": 30,
"cooldownPeriod": 350,
"pollingInterval": 35
}
}
}
Expand Down Expand Up @@ -103,6 +105,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 30,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": null
},
"volumes": null,
Expand Down Expand Up @@ -180,6 +184,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 30,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": null
},
"volumes": null,
Expand All @@ -194,4 +200,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -182,7 +184,9 @@
],
"scale": {
"minReplicas": 1,
"maxReplicas": 5
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35
}
},
"eventStreamEndpoint": "testEndpoint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -155,4 +157,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "tcpscalingrule",
Expand Down Expand Up @@ -115,6 +117,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "tcpscalingrule",
Expand Down Expand Up @@ -185,6 +189,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "tcpscalingrule",
Expand All @@ -202,4 +208,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -261,6 +263,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand All @@ -284,4 +288,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -488,4 +490,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand All @@ -141,4 +143,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "tcpscalingrule",
Expand Down Expand Up @@ -113,6 +115,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "tcpscalingrule",
Expand Down Expand Up @@ -182,6 +186,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "tcpscalingrule",
Expand All @@ -199,4 +205,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,3 @@
}
}
}