Example 8835
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 4
auto_scaling: {
enabled: true
min: 2
max: 13
target_cpu: 58
}
}
storage: {
type: "hdd"
size_gb: 335
encrypted: true
}
networking: {
vpc: "vpc-1eadc43f"
subnet: "10.232.0.0/16"
public_ip: true
}
}