Example 15737

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "digitalocean"
region: "eu-west-1"

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 6
target_cpu: 59
}
}

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

networking: {
vpc: "vpc-c6baaa8a"
subnet: "10.234.0.0/16"
public_ip: true
}
}

See also