forked from hswaw/hscloud
factorio: bump up resource limits
Change-Id: If43889bb820abb2c034378d0af3fa2bcfde1361e
This commit is contained in:
parent
092dbfd53f
commit
9c7e539315
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ local proxy = import "proxy.libsonnet";
|
|||
memory: "500Mi",
|
||||
},
|
||||
limits: {
|
||||
cpu: "1",
|
||||
memory: "1Gi",
|
||||
cpu: "2",
|
||||
memory: "2Gi",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue