Compare commits

...

2 commits

Author SHA1 Message Date
a82139c221
thanos/6-receiver.yaml: increase storage & cpu/memory limits
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-10-12 02:40:11 +02:00
19783f1113
thanos/4-storegateway.yaml: increase cpu/memory limits 2024-10-12 02:39:28 +02:00
2 changed files with 6 additions and 6 deletions

View file

@ -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

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