debuginfod: reduce initial container resource reqs to 12GB RAM and 1 CPU
This commit is contained in:
parent
7114616688
commit
e5fcf29be1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue