thanos/6-receiver.yaml: also increase storage & cpu/memory limit
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
a82139c221
commit
1634eb7a6e
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ spec:
|
|||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 3000m
|
||||
memory: 4Gi
|
||||
memory: 6Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
@ -152,7 +152,7 @@ spec:
|
|||
accessModes: [ReadWriteOnce]
|
||||
resources:
|
||||
requests:
|
||||
storage: 20Gi
|
||||
storage: 30Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Reference in a new issue