Files
stream-applications/config/defaults.json
Corneil du Plessis 79b3b60314 Fix tag
2023-01-17 11:46:17 +02:00

25 lines
547 B
JSON

{
"default": {
"provider": "gke",
"region": "us-central1",
"k8s_version": "1.24",
"machine_type": "n2-standard-8",
"pods_per_job": 1,
"ram_per_pod": 4,
"cpu_per_pod": 1,
"scale_down": 0,
"disk_size": "200"
},
"stream_apps_gh_runners": {
"pods_per_job": 1,
"ram_per_pod": 2,
"cpu_per_pod": 2,
"machine_type": "e2-highcpu-16",
"runner_scaling": "manual",
"scale_down": 1,
"arc_version": "v0.26.0",
"helm_version": "0.21.1",
"actions_runner_version": "ubuntu-22.04"
}
}