Skip to content

Commit

Permalink
Merge pull request #822 from DSD-DBS/fix-loki-url
Browse files Browse the repository at this point in the history
Fix: Correctly set loki push url for sessions
  • Loading branch information
MoritzWeber0 authored Jul 3, 2023
2 parents 1b56d40 + c4fe00b commit 776fd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/capellacollab/sessions/operators/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def _create_promtail_configmap(
},
"clients": [
{
"url": cfg["promtail"]["lokiUrl"],
"url": cfg["promtail"]["lokiUrl"] + "/push",
"basic_auth": {
"username": cfg["promtail"][
"lokiUsername"
Expand Down

0 comments on commit 776fd09

Please sign in to comment.