Skip to content

Commit

Permalink
add keda propety
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl committed Dec 12, 2024
1 parent 000fb34 commit 5ab7576
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,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
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -278,6 +280,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down Expand Up @@ -378,6 +382,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down
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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
"scale": {
"minReplicas": 1,
"maxReplicas": 5,
"cooldownPeriod": 350,
"pollingInterval": 35,
"rules": [
{
"name": "httpscalingrule",
Expand Down
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 Down

0 comments on commit 5ab7576

Please sign in to comment.