Example 9335
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 9
auto_scaling: {
enabled: true
min: 2
max: 12
target_cpu: 70
}
}
storage: {
type: "ssd"
size_gb: 143
encrypted: true
}
networking: {
vpc: "vpc-9d03bb45"
subnet: "10.84.0.0/16"
public_ip: false
}
}