Example 7138

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 7
auto_scaling: {
enabled: true
min: 1
max: 9
target_cpu: 50
}
}

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

networking: {
vpc: "vpc-431df0cb"
subnet: "10.130.0.0/16"
public_ip: false
}
}

See also