Example 16732
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 11
target_cpu: 77
}
}
storage: {
type: "hdd"
size_gb: 70
encrypted: true
}
networking: {
vpc: "vpc-6a3ebfc9"
subnet: "10.205.0.0/16"
public_ip: false
}
}