Example 7424

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 6
auto_scaling: {
enabled: true
min: 3
max: 13
target_cpu: 80
}
}

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

networking: {
vpc: "vpc-b5c2e4a5"
subnet: "10.234.0.0/16"
public_ip: true
}
}

See also