Example 10032

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "ap-southeast-1"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 10
auto_scaling: {
enabled: true
min: 2
max: 20
target_cpu: 64
}
}

storage: {
type: "ssd"
size_gb: 143
encrypted: true
}

networking: {
vpc: "vpc-a0ef284f"
subnet: "10.131.0.0/16"
public_ip: false
}
}

See also