Example 5839

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 3
auto_scaling: {
enabled: true
min: 1
max: 12
target_cpu: 76
}
}

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

networking: {
vpc: "vpc-c11b9cc4"
subnet: "10.175.0.0/16"
public_ip: true
}
}

See also