Skip to content

Commit fdb552e

Browse files
chore: [release-3.0.x] docs: Remove unnecessary whitespaces in YAML Helm installs templates (#13159)
Co-authored-by: Thomas Miceli <[email protected]>
1 parent 1007d26 commit fdb552e

File tree

2 files changed

+283
-283
lines changed

2 files changed

+283
-283
lines changed

docs/sources/setup/install/helm/install-microservices/_index.md

+67-67
Original file line numberDiff line numberDiff line change
@@ -48,73 +48,73 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
4848
3. Create the configuration file `values.yaml`. The example below illustrates how to deploy Loki in test mode using MinIO as storage:
4949

5050
```yaml
51-
loki:
52-
schemaConfig:
53-
configs:
54-
- from: 2024-04-01
55-
store: tsdb
56-
object_store: s3
57-
schema: v13
58-
index:
59-
prefix: loki_index_
60-
period: 24h
61-
ingester:
62-
chunk_encoding: snappy
63-
tracing:
64-
enabled: true
65-
querier:
66-
# Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
67-
max_concurrent: 4
68-
69-
#gateway:
70-
# ingress:
71-
# enabled: true
72-
# hosts:
73-
# - host: FIXME
74-
# paths:
75-
# - path: /
76-
# pathType: Prefix
77-
78-
deploymentMode: Distributed
79-
80-
ingester:
81-
replicas: 3
82-
querier:
83-
replicas: 3
84-
maxUnavailable: 2
85-
queryFrontend:
86-
replicas: 2
87-
maxUnavailable: 1
88-
queryScheduler:
89-
replicas: 2
90-
distributor:
91-
replicas: 3
92-
maxUnavailable: 2
93-
compactor:
94-
replicas: 1
95-
indexGateway:
96-
replicas: 2
97-
maxUnavailable: 1
98-
99-
bloomCompactor:
100-
replicas: 0
101-
bloomGateway:
102-
replicas: 0
103-
104-
# Enable minio for storage
105-
minio:
106-
enabled: true
107-
108-
# Zero out replica counts of other deployment modes
109-
backend:
110-
replicas: 0
111-
read:
112-
replicas: 0
113-
write:
114-
replicas: 0
115-
116-
singleBinary:
117-
replicas: 0
51+
loki:
52+
schemaConfig:
53+
configs:
54+
- from: 2024-04-01
55+
store: tsdb
56+
object_store: s3
57+
schema: v13
58+
index:
59+
prefix: loki_index_
60+
period: 24h
61+
ingester:
62+
chunk_encoding: snappy
63+
tracing:
64+
enabled: true
65+
querier:
66+
# Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
67+
max_concurrent: 4
68+
69+
#gateway:
70+
# ingress:
71+
# enabled: true
72+
# hosts:
73+
# - host: FIXME
74+
# paths:
75+
# - path: /
76+
# pathType: Prefix
77+
78+
deploymentMode: Distributed
79+
80+
ingester:
81+
replicas: 3
82+
querier:
83+
replicas: 3
84+
maxUnavailable: 2
85+
queryFrontend:
86+
replicas: 2
87+
maxUnavailable: 1
88+
queryScheduler:
89+
replicas: 2
90+
distributor:
91+
replicas: 3
92+
maxUnavailable: 2
93+
compactor:
94+
replicas: 1
95+
indexGateway:
96+
replicas: 2
97+
maxUnavailable: 1
98+
99+
bloomCompactor:
100+
replicas: 0
101+
bloomGateway:
102+
replicas: 0
103+
104+
# Enable minio for storage
105+
minio:
106+
enabled: true
107+
108+
# Zero out replica counts of other deployment modes
109+
backend:
110+
replicas: 0
111+
read:
112+
replicas: 0
113+
write:
114+
replicas: 0
115+
116+
singleBinary:
117+
replicas: 0
118118
```
119119
120120
4. Install or upgrade the Loki deployment.

0 commit comments

Comments
 (0)