mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 06:41:55 +08:00
debuginfod: reduce initial container resource reqs to 12GB RAM and 1 CPU
This commit is contained in:
@@ -38,8 +38,8 @@ spec:
|
||||
- containerPort: 8002
|
||||
resources:
|
||||
requests:
|
||||
memory: 24000Mi
|
||||
cpu: 8000m
|
||||
memory: 12000Mi
|
||||
cpu: 1000m
|
||||
volumeMounts:
|
||||
- name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
||||
mountPath: /var/cache/debuginfod
|
||||
|
||||
Reference in New Issue
Block a user