Example 12532
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 11
target_cpu: 53
}
}
storage: {
type: "nvme"
size_gb: 500
encrypted: true
}
networking: {
vpc: "vpc-abadbae4"
subnet: "10.20.0.0/16"
public_ip: true
}
}