chore(thanos/compactor): increase limits
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
8fca4b3b80
commit
c5ca5e6c75
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue