Merge pull request 'chore(thanos/compactor): increase cpu limit' (#874) from tn-increase-thanos-compactor-limit into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #874
This commit is contained in:
commit
0e698bf6c0
1 changed files with 2 additions and 2 deletions
|
@ -85,10 +85,10 @@ spec:
|
|||
timeoutSeconds: 30
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
cpu: 300m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 750m
|
||||
cpu: 1
|
||||
memory: 500Mi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
|
|
Loading…
Add table
Reference in a new issue