Skip to content
Snippets Groups Projects
Commit 095f0e78 authored by Nacho Barrientos's avatar Nacho Barrientos
Browse files

Remove unused key

parent e2654898
No related branches found
No related tags found
1 merge request!57Use only Helm docs plus other misc fixes
......@@ -25,7 +25,6 @@ Fluentbit collects logs from the `/var/log/containers/` directory and applies a
logs:
fluentbit:
enabled: true # Enable/disable Fluentbit for log collection
scrapeInterval: "15s" # Prometheus scrape interval for Fluentbit metrics
resources:
requests:
cpu: "5m"
......@@ -141,4 +140,4 @@ Be cautious when enabling Fluentbit for large clusters (100+ nodes). The **Kuber
- Adjust Fluentbit resource requests and limits.
- Tune the API request rate by modifying the filters.
- Consider other optimization techniques, such as excluding specific log sources.
\ No newline at end of file
- Consider other optimization techniques, such as excluding specific log sources.
......@@ -361,8 +361,6 @@ logs:
tag: ""
# -- image pull policy for Fluent Bit (logs)
imagePullPolicy: ""
# -- interval used by the local prometheus (if installed) to scrape metrics from logs fluentbits
scrapeInterval: "15s"
resources:
requests:
cpu: "5m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment