Skip to content

Commit 9112ee5

Browse files
Increase radix node requirements
The unit `m` stands for millicores, so 100m equals 0.1 CPU. I think we can safely increase. :D
1 parent 0393b2a commit 9112ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

radixconfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
resources:
8686
requests:
8787
memory: "800M"
88-
cpu: "100m"
88+
cpu: "4000m"
8989
limits:
9090
memory: "800M"
91-
cpu: "100m"
91+
cpu: "4000m"

0 commit comments

Comments
 (0)