Example 11727
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 10
auto_scaling: {
enabled: true
min: 1
max: 11
target_cpu: 72
}
}
storage: {
type: "nvme"
size_gb: 450
encrypted: true
}
networking: {
vpc: "vpc-b6a9c484"
subnet: "10.179.0.0/16"
public_ip: true
}
}