forked from hswaw/hscloud
games/factorio: pymods: bump up resources again
Change-Id: I70d053eb7c6f0d3c770236f5140b5ceada8490fc
This commit is contained in:
parent
f7efc40ea4
commit
99b10bb689
1 changed files with 8 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue