Set resource limits for Koschei frontend
This commit is contained in:
parent
af27fef1c3
commit
bb9e55c999
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /etc/koschei
|
mountPath: /etc/koschei
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
cpu: 2000m
|
||||||
|
memory: 512Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue