mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Set resource limits for Koschei frontend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user