Example 11625
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 2
auto_scaling: {
enabled: true
min: 1
max: 10
target_cpu: 65
}
}
storage: {
type: "nvme"
size_gb: 28
encrypted: true
}
networking: {
vpc: "vpc-c12e05df"
subnet: "10.138.0.0/16"
public_ip: false
}
}