Example 15436

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 9
auto_scaling: {
enabled: true
min: 2
max: 5
target_cpu: 71
}
}

storage: {
type: "nvme"
size_gb: 399
encrypted: true
}

networking: {
vpc: "vpc-6cc385cc"
subnet: "10.121.0.0/16"
public_ip: true
}
}

See also