aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2023-09-12 22:07:44 +0100
committerGravatar Joe Banks <[email protected]>2023-09-12 22:08:06 +0100
commit84f127b00bc1255cc3e505e9dd17551f4e7f9e8c (patch)
treea0606293ff0eff1383659e82c2a57004752debf3 /kubernetes
parentAdd meeting notes for today (diff)
Remove trailing slash from Loki API URL in Olli config
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/namespaces/default/olli/config.yaml2
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",