Example 4332
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 10
auto_scaling: {
enabled: true
min: 1
max: 14
target_cpu: 56
}
}
storage: {
type: "hdd"
size_gb: 227
encrypted: true
}
networking: {
vpc: "vpc-fd2efe57"
subnet: "10.19.0.0/16"
public_ip: true
}
}