Example 4931

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

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

networking: {
vpc: "vpc-b947a4fc"
subnet: "10.90.0.0/16"
public_ip: true
}
}

See also