fix(thanos): increase storegateway memory limit (because of OOM kills)
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
c22f399389
commit
b3e5feace9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ spec:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1.5Gi
|
memory: 5Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: objstore
|
- name: objstore
|
||||||
mountPath: /conf/objstore.yml
|
mountPath: /conf/objstore.yml
|
||||||
|
|
Loading…
Reference in a new issue