Example 5234
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 17
target_cpu: 77
}
}
storage: {
type: "hdd"
size_gb: 387
encrypted: true
}
networking: {
vpc: "vpc-5cfddabd"
subnet: "10.48.0.0/16"
public_ip: true
}
}