Example 12029
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 9
auto_scaling: {
enabled: true
min: 3
max: 9
target_cpu: 70
}
}
storage: {
type: "ssd"
size_gb: 425
encrypted: true
}
networking: {
vpc: "vpc-bbf86d3a"
subnet: "10.122.0.0/16"
public_ip: true
}
}