Skip to content

Commit 03c3c03

Browse files
authored
Merge pull request #4 from cloudify-community/RD-3018-Node-Count
node count
2 parents 2a0676e + 6f4ce71 commit 03c3c03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

infra/prod/aks/blueprint.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ inputs:
3434
dns_service_ip:
3535
type: string
3636
default: "10.0.8.2"
37-
37+
node_pool_size:
38+
type: string
39+
default: 1
3840
node_templates:
3941
network:
4042
type: cloudify.nodes.SharedResource
@@ -57,7 +59,7 @@ node_templates:
5759
dns_prefix: { concat: [ { get_input: resource_prefix }, 'aks' ] }
5860
agent_pool_profiles:
5961
- name: 'ap1'
60-
count: 1
62+
count: { get_input: node_pool_size }
6163
vmSize: "Standard_B2s"
6264
osType: "Linux"
6365
type: "VirtualMachineScaleSets"

0 commit comments

Comments
 (0)