UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 69668039 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'flb-storage-buffer' into 'master'

Fluentbit: Fix storage buffer limits/Loki outputs

See merge request platform-one/big-bang/bigbang!1973
parents 69734880 fdc2bb24
No related branches found
No related tags found
1 merge request!1973Fluentbit: Fix storage buffer limits/Loki outputs
Pipeline #929679 passed with warnings
...@@ -78,15 +78,21 @@ config: ...@@ -78,15 +78,21 @@ config:
auto_kubernetes_labels on auto_kubernetes_labels on
Retry_Limit False Retry_Limit False
tls Off tls Off
storage.total_limit_size {{ dig "storage" "total_limit_size" "10G" .Values.fluentbit.values }}
[OUTPUT] [OUTPUT]
name loki name loki
match host.* match host.*
labels job=fluentbit, container=$kubernetes['container_name'], pod=$kubernetes['pod_name'], namespace=$kubernetes['namespace_name'], node_name=$kubernetes['host'] labels job=fluentbit, container=$kubernetes['container_name'], pod=$kubernetes['pod_name'], namespace=$kubernetes['namespace_name'], node_name=$kubernetes['host']
{{- if eq .Values.loki.strategy "monolith" }}
host logging-loki host logging-loki
{{- else }}
host logging-loki-write
{{- end }}
port 3100 port 3100
auto_kubernetes_labels on auto_kubernetes_labels on
Retry_Limit False Retry_Limit False
tls Off tls Off
storage.total_limit_size {{ dig "storage" "total_limit_size" "10G" .Values.fluentbit.values }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
......
...@@ -472,7 +472,7 @@ fluentbit: ...@@ -472,7 +472,7 @@ fluentbit:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git
path: "./chart" path: "./chart"
tag: "0.20.3-bb.0" tag: "0.20.3-bb.1"
# -- Flux reconciliation overrides specifically for the Fluent-Bit Package # -- Flux reconciliation overrides specifically for the Fluent-Bit Package
flux: {} flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment