games/factorio: pymods: bump up resources again

Change-Id: I70d053eb7c6f0d3c770236f5140b5ceada8490fc
This commit is contained in:
q3k 2021-06-21 14:05:34 +00:00 committed by q3k
parent f7efc40ea4
commit 99b10bb689

View file

@ -35,6 +35,14 @@ local kube = import "../../../kube/kube.libsonnet";
local mod = function(name, version) { name: name, version: version },
pymods: prod.instance("pymods", "1.1.35-1") {
cfg+: {
// Bump up to 2G/2CPU request/limit.
resources: {
requests: {
cpu: "2",
memory: "2Gi",
},
limits: self.requests,
},
mods: [
// Stdlib for mods
mod("stdlib", "1.4.6"),