fix(thanos): increase storegateway memory limit (because of OOM kills) (#315)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #315
This commit is contained in:
parent
ac91b30f50
commit
54be089d87
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ spec:
|
|||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1.5Gi
|
||||
memory: 5Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
|
Loading…
Reference in a new issue