diff options
author | 2024-04-15 12:53:19 +0100 | |
---|---|---|
committer | 2024-04-15 12:53:19 +0100 | |
commit | 2035a87523cd71698d8019e3b68a1d7cb94c4f8f (patch) | |
tree | caf1ec1a16ea80448c4dfc0c430996db79ccc01e | |
parent | Move olli to monitoring namespace (diff) |
Update Olli targets with new namespaces
-rw-r--r-- | kubernetes/namespaces/monitoring/olli/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/monitoring/olli/configmap.yaml b/kubernetes/namespaces/monitoring/olli/configmap.yaml index ecedb90..de5dc72 100644 --- a/kubernetes/namespaces/monitoring/olli/configmap.yaml +++ b/kubernetes/namespaces/monitoring/olli/configmap.yaml @@ -5,6 +5,6 @@ metadata: namespace: monitoring data: LOKI_API_URL: http://loki.loki.svc.cluster.local:3100 - LOKI_JOBS: default/bot,default/site,default/sir-lancebot,default/sir-robin,default/metricity,default/snekbox,default/quackstack,default/black-knight + LOKI_JOBS: bots/bot,web/site,bots/sir-lancebot,bots/sir-robin,bots/metricity,snekbox/snekbox,apis/quackstack,bots/black-knight SERVICE_INTERVAL_MINUTES: '30' SERVICE_TOKENS: '[{"token":"CRITICAL","color":"#ff5f5f"},{"token":"ERROR","color":"#ff5f5f"},{"token":"WARN","color":"#ffe24d","case_sensitive":true}]' |