docs: update Helm installation topics (#14466)

pull/14473/head^2
J Stickler 7 months ago committed by GitHub
parent 60de78830d
commit 52fec6187f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      docs/sources/setup/install/helm/install-microservices/_index.md
  2. 6
      docs/sources/setup/install/helm/install-scalable/_index.md

@ -51,7 +51,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
@ -179,7 +179,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
@ -267,7 +267,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: azure
schema: v13

@ -53,7 +53,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
@ -138,7 +138,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
@ -218,7 +218,7 @@ bloomGateway:
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: azure
schema: v13

Loading…
Cancel
Save