Example 4827

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 4
auto_scaling: {
enabled: true
min: 3
max: 17
target_cpu: 78
}
}

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

networking: {
vpc: "vpc-ccbe4e7b"
subnet: "10.89.0.0/16"
public_ip: true
}
}

See also