Skip to content

Commit

Permalink
Move from toml based configmap to env based configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering authored and jb3 committed Sep 12, 2023
1 parent bbd3ef3 commit 5d751f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 34 deletions.
34 changes: 0 additions & 34 deletions kubernetes/namespaces/default/olli/config.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions kubernetes/namespaces/default/olli/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: olli-config-env
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
SERVICE_INTERVAL_MINUTES: '30'
SERVICE_TOKENS: '[{"token":"CRITICAL","color":"#ff5f5f"},{"token":"ERROR","color":"#ff5f5f"},{"token":"WARN","color":"#ffe24d","case_sensitive":true}]'

0 comments on commit 5d751f3

Please sign in to comment.