Add Fluent Bit configuration and update probe intervals in Helm chart

This commit is contained in:
Simon Larsen
2024-12-04 19:23:59 +00:00
parent e947d21060
commit e0f5d8f1f2
5 changed files with 47 additions and 3 deletions

View File

@@ -425,6 +425,21 @@ services:
context: ./Fluentd
dockerfile: ./Dockerfile
fluent-bit:
ports:
- 24225:24224
- 24285:24284
- 2020:2020
extends:
file: ./docker-compose.base.yml
service: fluent-bit
volumes:
- ./FluentBit/fluent-bit.yaml:/fluent-bit/etc/fluent-bit.yaml
build:
network: host
context: .
dockerfile: ./FluentBit/Dockerfile
ingress:
build:
network: host