Example 4524
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 1
auto_scaling: {
enabled: true
min: 3
max: 16
target_cpu: 62
}
}
storage: {
type: "hdd"
size_gb: 279
encrypted: true
}
networking: {
vpc: "vpc-dddb94cf"
subnet: "10.60.0.0/16"
public_ip: true
}
}