Compare commits

...

2 Commits

Author SHA1 Message Date
904f16bfc0 use correct loki url 2024-12-28 15:51:53 +01:00
4f0a0289fc allow app to log to loki 2024-12-28 13:58:49 +01:00

View File

@@ -27,6 +27,8 @@ spec:
value: "3"
- name: OSM_CACHE_DIR
value: "/osm-cache"
- name: LOKI_URL
value: "http://loki.monitoring.svc:3100/loki/api/v1/push"
volumeMounts:
- name: osm-cache
mountPath: /osm-cache