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
|
timeoutSeconds: 30
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 200m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 1000m
|
||||||
memory: 1Gi
|
memory: 1.5Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: objstore
|
- name: objstore
|
||||||
mountPath: /conf/objstore.yml
|
mountPath: /conf/objstore.yml
|
||||||
|
|
Loading…
Reference in a new issue