Skip to content

Commit b07b7ef

Browse files
Update imageroot/scripts/expandconfig-traefik
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d1e64a commit b07b7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/scripts/expandconfig-traefik

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http:
2929
rule: "Path(\`/loki/api/v1/push\`) && Header(\`Authorization\`, \`Bearer ${LOKI_LOGS_INGRESS_TOKEN}\`)"
3030
service: loki
3131
loki-metrics:
32-
rule: "PathPrefix(\`/metrics\`)"
32+
rule: "Path(\`/metrics\`)"
3333
service: loki
3434
priority: 100
3535
loki-api:

0 commit comments

Comments
 (0)