thanos/6-receiver.yaml: increase storage & cpu/memory limits
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-10-12 02:40:11 +02:00
parent 19783f1113
commit a82139c221
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -267,7 +267,7 @@ spec:
memory: 512Mi
limits:
cpu: 3000m
memory: 4Gi
memory: 6Gi
volumeMounts:
- name: objstore
mountPath: /conf/objstore.yml
@ -291,7 +291,7 @@ spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 20Gi
storage: 30Gi
---
apiVersion: v1
kind: Service