Skip to content

Commit

Permalink
add kuber labels
Browse files Browse the repository at this point in the history
  • Loading branch information
BigKAA committed Jul 18, 2021
1 parent aa0ee4a commit f0d8948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/03-fluentbit/manifests/01-fluentbit-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ data:
match *
host loki-loki-distributed-gateway
port 80
labels job=fluent-bit, $kubernetes['pod_name','namespace_name','host','container_name']
labels job=fluent-bit,$kubernetes['pod_name'],$kubernetes['namespace_name'],$kubernetes['host'],$kubernetes['container_name']
auto_kubernetes_labels on
parsers.conf: |
[PARSER]
Expand Down

0 comments on commit f0d8948

Please sign in to comment.