fix config
All checks were successful
lint-test-helm / lint-helm (push) Successful in 21s
render-manifests-push / render-manifests-push (push) Successful in 36s
renovate / renovate (push) Successful in 1m11s

This commit is contained in:
2025-12-27 23:18:19 -06:00
parent 56e95dba20
commit 393e731131

View File

@@ -53,9 +53,10 @@ loki:
alloy: alloy:
crds: crds:
create: true create: true
alloy:
configMap: configMap:
create: true create: true
content: |- content: |
logging { logging {
level = "debug" level = "debug"
format = "logfmt" format = "logfmt"
@@ -71,19 +72,16 @@ alloy:
target_label = "namespace" target_label = "namespace"
action = "replace" action = "replace"
} }
rule { rule {
source_labels = ["__meta_kubernetes_pod_label_app_kubernetes_io_name"] source_labels = ["__meta_kubernetes_pod_label_app_kubernetes_io_name"]
target_label = "app" target_label = "app"
action = "replace" action = "replace"
} }
rule { rule {
source_labels = ["__meta_kubernetes_pod_container_name"] source_labels = ["__meta_kubernetes_pod_container_name"]
target_label = "container" target_label = "container"
action = "replace" action = "replace"
} }
rule { rule {
source_labels = ["__meta_kubernetes_pod_name"] source_labels = ["__meta_kubernetes_pod_name"]
target_label = "pod" target_label = "pod"