Example 9631
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 8
auto_scaling: {
enabled: true
min: 2
max: 17
target_cpu: 65
}
}
storage: {
type: "nvme"
size_gb: 147
encrypted: true
}
networking: {
vpc: "vpc-5fa0be53"
subnet: "10.66.0.0/16"
public_ip: true
}
}