Example 11328

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 7
auto_scaling: {
enabled: true
min: 3
max: 14
target_cpu: 65
}
}

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

networking: {
vpc: "vpc-ffd179b5"
subnet: "10.166.0.0/16"
public_ip: true
}
}

See also