Skip to content

Commit

Permalink
adapt mgmt cluster sizing in INT to perfscale settings
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Dec 17, 2024
1 parent 5a7bf91 commit b1ba7ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ clouds:
systemAgentPool:
minCount: 1
maxCount: 4
vmSize: 'Standard_D2s_v3'
osDiskSizeGB: 32
vmSize: 'Standard_E8s_v3'
osDiskSizeGB: 128
userAgentPool:
minCount: 2
maxCount: 12
vmSize: 'Standard_D4s_v3'
osDiskSizeGB: 100
vmSize: 'Standard_D16s_v3'
osDiskSizeGB: 128
azCount: 3
# DNS
baseDnsZoneName: aroapp-hcp.azure-test.net
Expand Down
8 changes: 4 additions & 4 deletions config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@
"systemAgentPool": {
"maxCount": 4,
"minCount": 1,
"osDiskSizeGB": 32,
"vmSize": "Standard_D2s_v3"
"osDiskSizeGB": 128,
"vmSize": "Standard_E8s_v3"
},
"userAgentPool": {
"azCount": 3,
"maxCount": 12,
"minCount": 2,
"osDiskSizeGB": 100,
"vmSize": "Standard_D4s_v3"
"osDiskSizeGB": 128,
"vmSize": "Standard_D16s_v3"
}
},
"mgmtKeyVault": {
Expand Down

0 comments on commit b1ba7ee

Please sign in to comment.