add resource limits to striling-pdf
This commit is contained in:
parent
420738ee08
commit
e25b204510
@ -24,10 +24,11 @@ spec:
|
||||
value: "false"
|
||||
- name: METRICS_ENABLED
|
||||
value: "false"
|
||||
# resources:
|
||||
# requests:
|
||||
# cpu: "128m"
|
||||
# memory: "256Mi"
|
||||
# limits:
|
||||
# cpu: "1"
|
||||
# memory: "1024Mi"
|
||||
resources:
|
||||
requests:
|
||||
cpu: "128m"
|
||||
memory: "256Mi"
|
||||
limits:
|
||||
# stirling eats up CPU when starting
|
||||
cpu: "4"
|
||||
memory: "1024Mi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user