Example 6038
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 3
max: 13
target_cpu: 63
}
}
storage: {
type: "nvme"
size_gb: 241
encrypted: true
}
networking: {
vpc: "vpc-9a8f7aa4"
subnet: "10.58.0.0/16"
public_ip: false
}
}