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
|
- containerPort: 8002
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 24000Mi
|
memory: 12000Mi
|
||||||
cpu: 8000m
|
cpu: 1000m
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
- name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
||||||
mountPath: /var/cache/debuginfod
|
mountPath: /var/cache/debuginfod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue