cpu limit as digit

This commit is contained in:
2022-02-15 22:31:59 +01:00
parent d661d20093
commit d6a66a4e8f

View File

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