diff options
author | 2023-09-12 22:07:44 +0100 | |
---|---|---|
committer | 2023-09-12 22:08:06 +0100 | |
commit | 84f127b00bc1255cc3e505e9dd17551f4e7f9e8c (patch) | |
tree | a0606293ff0eff1383659e82c2a57004752debf3 /kubernetes/namespaces | |
parent | Add meeting notes for today (diff) |
Remove trailing slash from Loki API URL in Olli config
Diffstat (limited to 'kubernetes/namespaces')
-rw-r--r-- | kubernetes/namespaces/default/olli/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/default/olli/config.yaml b/kubernetes/namespaces/default/olli/config.yaml index 356aba8..3b32cab 100644 --- a/kubernetes/namespaces/default/olli/config.yaml +++ b/kubernetes/namespaces/default/olli/config.yaml @@ -8,7 +8,7 @@ data: interval_minutes = 30 [loki] - api_url = "http://loki.loki.svc.cluster.local:3100/" + api_url = "http://loki.loki.svc.cluster.local:3100" jobs = [ "default/bot", "default/site", |