debuginfod: reduce initial container resource reqs to 12GB RAM and 1 CPU

This commit is contained in:
Frank Ch. Eigler 2021-03-29 16:56:23 -04:00
parent 7114616688
commit e5fcf29be1

View file

@ -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