cpu limit as digit

This commit is contained in:
Tobias Trabelsi 2022-02-15 22:31:59 +01:00
parent d661d20093
commit d6a66a4e8f
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local Pipeline(tag) = {
},
resources: {
limits: {
cpu: "200",
cpu: 200,
memory: "1024MiB",
},
},