Compare commits

...

2 commits

Author SHA1 Message Date
92254a2568 Merge pull request 'chore(thanos/compactor): increase limits' (#282) from tom-patch-1 into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #282
2024-11-10 00:32:16 +01:00
tom
c5ca5e6c75 chore(thanos/compactor): increase limits
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-11-10 00:31:45 +01:00

View file

@ -85,11 +85,11 @@ spec:
timeoutSeconds: 30
resources:
requests:
cpu: 100m
cpu: 200m
memory: 256Mi
limits:
cpu: 500m
memory: 256Mi
cpu: 750m
memory: 500Mi
volumeMounts:
- name: objstore
mountPath: /conf/objstore.yml