Example 1537
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 3
auto_scaling: {
enabled: true
min: 3
max: 7
target_cpu: 71
}
}
storage: {
type: "nvme"
size_gb: 92
encrypted: true
}
networking: {
vpc: "vpc-3088378b"
subnet: "10.150.0.0/16"
public_ip: true
}
}