Skip to content

Commit

Permalink
update systemPoolConfig and agentPoolConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Menghua1 committed Oct 23, 2024
1 parent 750180c commit 2b448af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions avm/ptn/azd/aks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module aks 'br/public:avm/ptn/azd/aks:<version>' = {
name: 'npuserpool'
osType: 'Linux'
type: 'VirtualMachineScaleSets'
vmSize: 'standard_a2'
vmSize: 'Standard_DS2_v2'
}
]
agentPoolSize: 'Standard'
Expand Down Expand Up @@ -239,7 +239,7 @@ module aks 'br/public:avm/ptn/azd/aks:<version>' = {
"name": "npuserpool",
"osType": "Linux",
"type": "VirtualMachineScaleSets",
"vmSize": "standard_a2"
"vmSize": "Standard_DS2_v2"
}
]
},
Expand Down Expand Up @@ -315,7 +315,7 @@ param agentPoolConfig = [
name: 'npuserpool'
osType: 'Linux'
type: 'VirtualMachineScaleSets'
vmSize: 'standard_a2'
vmSize: 'Standard_DS2_v2'
}
]
param agentPoolSize = 'Standard'
Expand Down
2 changes: 1 addition & 1 deletion avm/ptn/azd/aks/tests/e2e/max/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module testDeployment '../../../main.bicep' = [
maxPods: 30
type: 'VirtualMachineScaleSets'
maxSurge: '33%'
vmSize: 'standard_a2'
vmSize: 'Standard_DS2_v2'
}
]
agentPoolSize: 'Standard'
Expand Down

0 comments on commit 2b448af

Please sign in to comment.