Skip to content

Commit

Permalink
add path_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 8, 2025
1 parent ec09af8 commit 895316f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ resource "helm_release" "loki" {
name = "loki"
namespace = var.namespace
repository = "https://grafana.github.io/helm-charts"
atomic = true
cleanup_on_fail = true
replace = true
wait = true
Expand Down
3 changes: 2 additions & 1 deletion values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ loki:
analytics:
reporting_enabled: true
auth_enabled: false
commonConfig:
path_prefix: /loki
image:
repository: ${loki_image_repository}
tag: ${loki_image_tag}
Expand Down Expand Up @@ -59,7 +61,6 @@ loki:
object_store: s3
schema: v13
store: tsdb

tracing:
enabled: true

Expand Down

0 comments on commit 895316f

Please sign in to comment.