Example 11327
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 3
auto_scaling: {
enabled: true
min: 3
max: 5
target_cpu: 77
}
}
storage: {
type: "hdd"
size_gb: 68
encrypted: true
}
networking: {
vpc: "vpc-acfffacc"
subnet: "10.163.0.0/16"
public_ip: false
}
}