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
This commit is contained in:
Tom Neuber 2024-11-10 00:32:16 +01:00
commit 92254a2568

View file

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