Example 15440
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 1
auto_scaling: {
enabled: true
min: 2
max: 19
target_cpu: 68
}
}
storage: {
type: "nvme"
size_gb: 341
encrypted: true
}
networking: {
vpc: "vpc-deebe9ff"
subnet: "10.119.0.0/16"
public_ip: false
}
}