Example 5522

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 7
auto_scaling: {
enabled: true
min: 3
max: 19
target_cpu: 63
}
}

storage: {
type: "hdd"
size_gb: 36
encrypted: true
}

networking: {
vpc: "vpc-ecf83ce1"
subnet: "10.15.0.0/16"
public_ip: true
}
}

See also