Example 7927
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 12
target_cpu: 73
}
}
storage: {
type: "hdd"
size_gb: 351
encrypted: true
}
networking: {
vpc: "vpc-5cc4a779"
subnet: "10.35.0.0/16"
public_ip: true
}
}