diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index 5930f33..ba26504 100644 --- a/thanos/4-storegateway.yaml +++ b/thanos/4-storegateway.yaml @@ -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