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
|
||||
mountPath: /etc/koschei
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 512Mi
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue