Skip to content

Commit

Permalink
test: 💍 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jan 15, 2024
1 parent ed2bb8e commit ad6f250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configmap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ resource "kubernetes_config_map" "fluent-bit-config" {
HTTP_Listen 0.0.0.0
HTTP_Port 2020
Storage.path /var/log/flb-storage/
Storage.max_chunks_up 64
Storage.backlog.mem_limit 5MB
Storage.max_chunks_up 128
Storage.backlog.mem_limit 100MB
[INPUT]
Name tail
Expand Down Expand Up @@ -72,7 +72,7 @@ resource "kubernetes_config_map" "fluent-bit-config" {
Keep_Log On
Merge_Log On
Merge_Log_Key log_processed
Buffer_Size 1MB
Buffer_Size 5MB
[FILTER]
Name lua
Expand Down

0 comments on commit ad6f250

Please sign in to comment.