Skip to content

Commit eca2793

Browse files
committed
Add min and max replica count configuration
1 parent 2c27078 commit eca2793

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

04-cloud/00-aks/03-keda/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ spec:
7676
#
7777
# Optional
7878
queueLength: "5" # default 5
79+
minReplicaCount: 0 # default 0
80+
maxReplicaCount: 33 # default 100
7981
EOF
8082
```
8183

0 commit comments

Comments
 (0)