Example 15429

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "digitalocean"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 19
target_cpu: 65
}
}

storage: {
type: "ssd"
size_gb: 117
encrypted: true
}

networking: {
vpc: "vpc-cea1d6d6"
subnet: "10.118.0.0/16"
public_ip: true
}
}

See also