diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index ba26504..5930f33 100644 --- a/thanos/4-storegateway.yaml +++ b/thanos/4-storegateway.yaml @@ -74,11 +74,11 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 200m - memory: 512Mi + cpu: 100m + memory: 256Mi limits: - cpu: 1000m - memory: 1.5Gi + cpu: 500m + memory: 1Gi volumeMounts: - name: objstore mountPath: /conf/objstore.yml diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index 389d125..88ae91c 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -267,7 +267,7 @@ spec: memory: 512Mi limits: cpu: 3000m - memory: 6Gi + memory: 4Gi volumeMounts: - name: objstore mountPath: /conf/objstore.yml @@ -291,7 +291,7 @@ spec: accessModes: [ReadWriteOnce] resources: requests: - storage: 30Gi + storage: 20Gi --- apiVersion: v1 kind: Service