Increase transtats resource limits for now
This commit is contained in:
parent
1a40dd5142
commit
c7ae500b37
1 changed files with 6 additions and 1 deletions
|
@ -58,9 +58,14 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8080
|
port: 8080
|
||||||
|
# TODO: re-evaluate these limits once we know how much memory is actually needed
|
||||||
resources:
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1024Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 384Mi
|
cpu: 2000m
|
||||||
|
memory: 2048Mi
|
||||||
triggers:
|
triggers:
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
imageChangeParams:
|
imageChangeParams:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue