Example 8726
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 7
auto_scaling: {
enabled: true
min: 2
max: 17
target_cpu: 76
}
}
storage: {
type: "hdd"
size_gb: 360
encrypted: true
}
networking: {
vpc: "vpc-ab200f94"
subnet: "10.225.0.0/16"
public_ip: false
}
}