Skip to content

Commit 1121253

Browse files
committed
More loki updates
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 11cb9a5 commit 1121253

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tools/helm-test/manifests/presets/preset-loki.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,40 @@ spec:
5555
cpu: 1
5656
memory: 1Gi
5757

58+
# Enable minio for storage
59+
minio:
60+
enabled: true
61+
5862
# Zero out replica counts of other deployment modes
5963
backend:
6064
replicas: 0
65+
ingester:
66+
replicas: 0
67+
querier:
68+
replicas: 0
69+
queryFrontend:
70+
replicas: 0
71+
queryScheduler:
72+
replicas: 0
73+
distributor:
74+
replicas: 0
75+
compactor:
76+
replicas: 0
77+
indexGateway:
78+
replicas: 0
79+
bloomCompactor:
80+
replicas: 0
6181
write:
6282
replicas: 0
83+
bloomGateway:
84+
replicas: 0
6385
read:
6486
replicas: 0
6587

6688
chunksCache:
6789
enabled: false
90+
resultsCache:
91+
enabled: false
6892
lokiCanary:
6993
enabled: false
7094
test:

0 commit comments

Comments
 (0)