Example 10825
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 3
auto_scaling: {
enabled: true
min: 1
max: 20
target_cpu: 73
}
}
storage: {
type: "nvme"
size_gb: 287
encrypted: true
}
networking: {
vpc: "vpc-a3fffa2c"
subnet: "10.151.0.0/16"
public_ip: false
}
}