Example 14935
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 3
auto_scaling: {
enabled: true
min: 2
max: 10
target_cpu: 62
}
}
storage: {
type: "hdd"
size_gb: 134
encrypted: true
}
networking: {
vpc: "vpc-aabdcfe5"
subnet: "10.251.0.0/16"
public_ip: true
}
}