Example 4228

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "eu-west-1"

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

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

networking: {
vpc: "vpc-c83cbe09"
subnet: "10.92.0.0/16"
public_ip: true
}
}

See also