Example 5826
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 8
auto_scaling: {
enabled: true
min: 2
max: 13
target_cpu: 59
}
}
storage: {
type: "ssd"
size_gb: 184
encrypted: true
}
networking: {
vpc: "vpc-34beb13f"
subnet: "10.194.0.0/16"
public_ip: true
}
}