Example 14535

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 6
auto_scaling: {
enabled: true
min: 3
max: 12
target_cpu: 66
}
}

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

networking: {
vpc: "vpc-ebc25b71"
subnet: "10.59.0.0/16"
public_ip: true
}
}

See also