Example 9637

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "digitalocean"
region: "ap-southeast-1"

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

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

networking: {
vpc: "vpc-ed5f549d"
subnet: "10.204.0.0/16"
public_ip: true
}
}

See also