Example 12632

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

storage: {
type: "nvme"
size_gb: 161
encrypted: true
}

networking: {
vpc: "vpc-fdeebde1"
subnet: "10.141.0.0/16"
public_ip: false
}
}

See also