Example 12022

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 4
auto_scaling: {
enabled: true
min: 1
max: 15
target_cpu: 78
}
}

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

networking: {
vpc: "vpc-ff8ecacf"
subnet: "10.195.0.0/16"
public_ip: false
}
}

See also