thanos/4-storegateway.yaml: increase cpu/memory limits
This commit is contained in:
parent
98833c9b3f
commit
19783f1113
1 changed files with 4 additions and 4 deletions
|
@ -74,11 +74,11 @@ spec:
|
|||
timeoutSeconds: 30
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
cpu: 1000m
|
||||
memory: 1.5Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
|
Loading…
Reference in a new issue