Example 4339
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 10
auto_scaling: {
enabled: true
min: 2
max: 14
target_cpu: 54
}
}
storage: {
type: "ssd"
size_gb: 98
encrypted: true
}
networking: {
vpc: "vpc-dccf6c6b"
subnet: "10.120.0.0/16"
public_ip: false
}
}