Example 9034

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

storage: {
type: "ssd"
size_gb: 90
encrypted: true
}

networking: {
vpc: "vpc-b9893bcd"
subnet: "10.244.0.0/16"
public_ip: true
}
}

See also