Example 12831
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 7
target_cpu: 74
}
}
storage: {
type: "nvme"
size_gb: 199
encrypted: true
}
networking: {
vpc: "vpc-d78d70f9"
subnet: "10.18.0.0/16"
public_ip: true
}
}