docs: improve readability of helm chart values reference page (#21118)

Signed-off-by: pnkcaht <samzoovsk19@gmail.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
This commit is contained in:
Sam Richard
2026-03-12 11:14:41 -03:00
committed by GitHub
parent 2353a89dda
commit 5e47080621
2 changed files with 30 additions and 0 deletions

View File

@@ -17,6 +17,21 @@ keywords: []
This is the generated reference for the Loki Helm Chart values.
Because the Loki Helm chart exposes a large number of configuration options, this reference is intentionally exhaustive and can be quite long.
Configuration keys are grouped by prefix. For example:
- `adminApi.*` — configuration for the admin API component
- `backend.*` — configuration for backend pods
- `backend.persistence.*` — storage configuration for backend pods
- `backend.autoscaling.*` — autoscaling configuration for backend pods
To navigate it more easily:
- Use your browser search (`Ctrl+F`) to locate specific configuration keys.
- Search by prefix (for example `backend.` or `ingester.`) to jump between related settings.
- For installation examples and setup instructions, refer to the Helm installation guide rather than this reference page.
> **Note:** This reference is for the Loki Helm chart version 3.0 or greater.
> If you are using the `grafana/loki-stack` Helm chart from the community repo,
> please refer to the `values.yaml` of the respective Github repository

View File

@@ -17,6 +17,21 @@ keywords: []
This is the generated reference for the Loki Helm Chart values.
Because the Loki Helm chart exposes a large number of configuration options, this reference is intentionally exhaustive and can be quite long.
Configuration keys are grouped by prefix. For example:
- `adminApi.*` — configuration for the admin API component
- `backend.*` — configuration for backend pods
- `backend.persistence.*` — storage configuration for backend pods
- `backend.autoscaling.*` — autoscaling configuration for backend pods
To navigate it more easily:
- Use your browser search (`Ctrl+F`) to locate specific configuration keys.
- Search by prefix (for example `backend.` or `ingester.`) to jump between related settings.
- For installation examples and setup instructions, refer to the Helm installation guide rather than this reference page.
> **Note:** This reference is for the Loki Helm chart version 3.0 or greater.
> If you are using the `grafana/loki-stack` Helm chart from the community repo,
> please refer to the `values.yaml` of the respective Github repository