Example 4626

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 8
auto_scaling: {
enabled: true
min: 3
max: 8
target_cpu: 67
}
}

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

networking: {
vpc: "vpc-1c6a3e94"
subnet: "10.255.0.0/16"
public_ip: false
}
}

See also