Example 13222
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 14
target_cpu: 69
}
}
storage: {
type: "nvme"
size_gb: 293
encrypted: true
}
networking: {
vpc: "vpc-adee9b59"
subnet: "10.76.0.0/16"
public_ip: false
}
}