koschei: allow frontend pods more memory limits
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e94e7019ee
commit
a3996e0553
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ spec:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 2000m
|
cpu: 3000m
|
||||||
memory: 768Mi
|
memory: 896Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue