Example 5434
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 2
max: 20
target_cpu: 55
}
}
storage: {
type: "ssd"
size_gb: 156
encrypted: true
}
networking: {
vpc: "vpc-4cbeb3da"
subnet: "10.245.0.0/16"
public_ip: true
}
}