Example 1823

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 13
target_cpu: 51
}
}

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

networking: {
vpc: "vpc-05ea2f0b"
subnet: "10.91.0.0/16"
public_ip: true
}
}

See also