diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-05 21:47:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-05 21:47:34 +0200 |
| commit | b063b9f123ca51457d675acb0ca4db7b40701ee6 (patch) | |
| tree | c42bce29de655b23b06cd56456c12122ff7fe061 | |
| parent | 00f58a2cf67ba2491be2277aa36c8f6f546701af (diff) | |
Fix Loki URL in README
| -rw-r--r-- | f3s/loki/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/loki/README.md b/f3s/loki/README.md index df0ec57..0ebcd46 100644 --- a/f3s/loki/README.md +++ b/f3s/loki/README.md @@ -21,4 +21,4 @@ just install Add Loki as a data source in Grafana: - Type: Loki -- URL: `http://loki-gateway.monitoring.svc.cluster.local` +- URL: `http://loki.monitoring.svc.cluster.local:3100` |
