Example 14537

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 9
auto_scaling: {
enabled: true
min: 2
max: 20
target_cpu: 68
}
}

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

networking: {
vpc: "vpc-afec9eb0"
subnet: "10.76.0.0/16"
public_ip: false
}
}

See also