Commit 2bf8ca8
fix(loki): migrate to chart v6.x storage config format
Loki chart v6.x requires loki.storage.type and loki.storage.bucketNames
even for filesystem storage. Previous storage_config.filesystem format
was v2-era raw config that chart v6 no longer accepts.
Also add loki.commonConfig.replication_factor: 1 (required for
SingleBinary mode) and move persistence into singleBinary scope.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c3d3aab commit 2bf8ca8
1 file changed
Lines changed: 22 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
6 | 17 | | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
15 | 31 | | |
16 | 32 | | |
17 | | - | |
18 | 33 | | |
19 | 34 | | |
20 | 35 | | |
21 | 36 | | |
| 37 | + | |
22 | 38 | | |
23 | 39 | | |
24 | 40 | | |
| |||
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
| |||
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
0 commit comments