Example 15837

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "digitalocean"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 3
auto_scaling: {
enabled: true
min: 1
max: 6
target_cpu: 73
}
}

storage: {
type: "hdd"
size_gb: 247
encrypted: true
}

networking: {
vpc: "vpc-ab3168ce"
subnet: "10.19.0.0/16"
public_ip: true
}
}

See also