Example 12423
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 8
auto_scaling: {
enabled: true
min: 1
max: 20
target_cpu: 51
}
}
storage: {
type: "ssd"
size_gb: 291
encrypted: true
}
networking: {
vpc: "vpc-dc9b7933"
subnet: "10.58.0.0/16"
public_ip: false
}
}