Example 8436

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 18
target_cpu: 51
}
}

storage: {
type: "nvme"
size_gb: 468
encrypted: true
}

networking: {
vpc: "vpc-9c4ddf8c"
subnet: "10.22.0.0/16"
public_ip: true
}
}

See also