Example 7331
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 7
auto_scaling: {
enabled: true
min: 2
max: 5
target_cpu: 71
}
}
storage: {
type: "ssd"
size_gb: 82
encrypted: true
}
networking: {
vpc: "vpc-edb354d2"
subnet: "10.95.0.0/16"
public_ip: false
}
}