Example 17226
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 1
max: 6
target_cpu: 50
}
}
storage: {
type: "ssd"
size_gb: 266
encrypted: true
}
networking: {
vpc: "vpc-ce72c0a7"
subnet: "10.214.0.0/16"
public_ip: false
}
}