Example 14434

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 10
auto_scaling: {
enabled: true
min: 2
max: 13
target_cpu: 71
}
}

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

networking: {
vpc: "vpc-d62cc3f7"
subnet: "10.72.0.0/16"
public_ip: true
}
}

See also