Example 11540

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: 3
max: 18
target_cpu: 67
}
}

storage: {
type: "nvme"
size_gb: 219
encrypted: true
}

networking: {
vpc: "vpc-f2cd37c9"
subnet: "10.85.0.0/16"
public_ip: false
}
}

See also