Example 8035

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 5
target_cpu: 61
}
}

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

networking: {
vpc: "vpc-fb612c6b"
subnet: "10.99.0.0/16"
public_ip: false
}
}

See also