Example 13837
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: 3
max: 17
target_cpu: 73
}
}
storage: {
type: "nvme"
size_gb: 56
encrypted: true
}
networking: {
vpc: "vpc-74d9c08e"
subnet: "10.218.0.0/16"
public_ip: true
}
}