Example 11023

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "ap-southeast-1"

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 7
auto_scaling: {
enabled: true
min: 2
max: 19
target_cpu: 62
}
}

storage: {
type: "ssd"
size_gb: 209
encrypted: true
}

networking: {
vpc: "vpc-2ecf1413"
subnet: "10.176.0.0/16"
public_ip: false
}
}

See also