Merge "games/factorio: pymods: bump up resources again"

master
q3k 2021-07-18 13:26:44 +00:00 committed by Gerrit Code Review
commit 77598faea2
1 changed files with 8 additions and 0 deletions

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"),