Skip to content

Commit

Permalink
reduce MC user pool autoscaler min count (#1004)
Browse files Browse the repository at this point in the history
to accomodate for quota limits in INT uksouth

Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Dec 18, 2024
1 parent 18f3293 commit ccefc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ clouds:
vmSize: 'Standard_E8s_v3'
osDiskSizeGB: 128
userAgentPool:
minCount: 2
minCount: 1
maxCount: 12
vmSize: 'Standard_D16s_v3'
osDiskSizeGB: 128
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"userAgentPool": {
"azCount": 3,
"maxCount": 12,
"minCount": 2,
"minCount": 1,
"osDiskSizeGB": 128,
"vmSize": "Standard_D16s_v3"
}
Expand Down

0 comments on commit ccefc7c

Please sign in to comment.