fix(thanos): increase querier cpu limit to 750m
This commit is contained in:
parent
c08eef3dea
commit
9f079d350c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ spec:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 750m
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
Loading…
Reference in a new issue