Example 7936

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 15
target_cpu: 62
}
}

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

networking: {
vpc: "vpc-c012cc95"
subnet: "10.190.0.0/16"
public_ip: true
}
}

See also