We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1599e92 commit 2b989aeCopy full SHA for 2b989ae
apps/mimir/base/kustomization.yaml
@@ -140,23 +140,30 @@ helmCharts:
140
allocatedMemory: 256
141
resources:
142
requests:
143
- cpu: 60m
144
-
145
+ cpu: 30m
146
147
index-cache:
148
enabled: true
149
replicas: 1 #3
150
allocatedMemory: 64
+ resources:
+ requests:
151
152
153
metadata-cache:
154
155
156
157
158
159
160
results-cache:
161
162
replicas: 1 #2
163
164
165
166
167
168
minio:
169
enabled: false
0 commit comments