Example 7938

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

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

networking: {
vpc: "vpc-f3aeaff3"
subnet: "10.218.0.0/16"
public_ip: true
}
}

See also