Skip to content

Commit 21f3d09

Browse files
z0rcJSticklerJayclifford345
authored
feat(helm): Expose Loki UI in pure ingress (#18400)
Signed-off-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Co-authored-by: J Stickler <julie.stickler@grafana.com> Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
1 parent 8e61a5b commit 21f3d09

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/sources/setup/install/helm/reference.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6347,7 +6347,8 @@ null
63476347
"distributor": [
63486348
"/api/prom/push",
63496349
"/loki/api/v1/push",
6350-
"/otlp/v1/logs"
6350+
"/otlp/v1/logs",
6351+
"/ui"
63516352
],
63526353
"queryFrontend": [
63536354
"/api/prom/query",
@@ -6413,7 +6414,8 @@ null
64136414
[
64146415
"/api/prom/push",
64156416
"/loki/api/v1/push",
6416-
"/otlp/v1/logs"
6417+
"/otlp/v1/logs",
6418+
"/ui"
64176419
]
64186420
</pre>
64196421
</td>

production/helm/loki/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Entries should include a reference to the pull request that introduced the chang
1818
- [FEATURE] Added support for chunk-cache-l2 [#17556](https://github.com/grafana/loki/pull/17556)
1919
- [ENHANCEMENT] Add FOLDER_ANNOTATATION logic for sidecar container. [#13289](https://github.com/grafana/loki/pull/13289)
2020
- [ENHANCEMENT] Add configurable `livenessProbe` and `startupProbe` for admin-api. [#18546](https://github.com/grafana/loki/pull/18546)
21+
- [FEATURE] Added support for chunk-cache-l2 [#17556](https://github.com/grafana/loki/pull/17556)
22+
- [ENHANCEMENT] Add FOLDER_ANNOTATATION logic for sidecar container. [#13289](https://github.com/grafana/loki/pull/13289)
23+
- [ENHANCEMENT] Expose Loki UI in pure ingress. [18400](https://github.com/grafana/loki/pull/18400)
2124

2225
## 6.33.0
2326

production/helm/loki/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@ ingress:
13351335
- /api/prom/push
13361336
- /loki/api/v1/push
13371337
- /otlp/v1/logs
1338+
- /ui
13381339
# -- Paths that are exposed by Loki Query Frontend.
13391340
# If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.queryFrontendFullname"}}`.
13401341
# If deployment mode is SimpleScalable, the requests are forwarded to write k8s service: `{{"loki.readFullname"}}`.

0 commit comments

Comments
 (0)