Example 4033
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 6
auto_scaling: {
enabled: true
min: 1
max: 13
target_cpu: 52
}
}
storage: {
type: "hdd"
size_gb: 470
encrypted: true
}
networking: {
vpc: "vpc-d8d21a65"
subnet: "10.62.0.0/16"
public_ip: false
}
}