Skip to content

Commit 42d25a4

Browse files
committed
scale up python and cpp
1 parent c240640 commit 42d25a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/timoni/runners.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runners: {
99
image: "runner-cpp"
1010
version: "20"
1111
lang: "cpp"
12-
replicas: 0
12+
replicas: 1
1313
}
1414
"csharp": {
1515
image: "runner-csharp"
@@ -70,7 +70,7 @@ runners: {
7070
image: "runner-python"
7171
version: "3.12.2"
7272
lang: "python"
73-
replicas: 0
73+
replicas: 1
7474
}
7575
"ruby": {
7676
image: "runner-ruby"

0 commit comments

Comments
 (0)