Example 4036
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 10
auto_scaling: {
enabled: true
min: 3
max: 7
target_cpu: 65
}
}
storage: {
type: "ssd"
size_gb: 39
encrypted: true
}
networking: {
vpc: "vpc-8ca1ecfc"
subnet: "10.8.0.0/16"
public_ip: true
}
}