Example 3534
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 5
auto_scaling: {
enabled: true
min: 3
max: 13
target_cpu: 78
}
}
storage: {
type: "ssd"
size_gb: 436
encrypted: true
}
networking: {
vpc: "vpc-8fbbbd3f"
subnet: "10.150.0.0/16"
public_ip: true
}
}