From 7858cfe7e013c688dfed5577ac8e6ac89ca779c6 Mon Sep 17 00:00:00 2001 From: Mariusz Adamski Date: Fri, 12 Dec 2025 13:03:18 +0100 Subject: [PATCH 1/2] feat(fluent-bit): Ability to specify ingress path Signed-off-by: Mariusz Adamski --- charts/fluent-bit/templates/ingress.yaml | 2 +- charts/fluent-bit/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/fluent-bit/templates/ingress.yaml b/charts/fluent-bit/templates/ingress.yaml index a6ce859b..9b4db574 100644 --- a/charts/fluent-bit/templates/ingress.yaml +++ b/charts/fluent-bit/templates/ingress.yaml @@ -39,7 +39,7 @@ spec: - host: {{ .host | quote }} http: paths: - - path: / + - path: {{ default "/" .path }} {{- if $ingressSupportsPathType }} pathType: Prefix {{- end }} diff --git a/charts/fluent-bit/values.yaml b/charts/fluent-bit/values.yaml index 5de1d0a2..e350fd34 100644 --- a/charts/fluent-bit/values.yaml +++ b/charts/fluent-bit/values.yaml @@ -230,6 +230,8 @@ ingress: # - host: fluent-bit-extra.example.tld ## specify extraPort number # port: 5170 + ## specify path + # path: /example tls: [] # - secretName: fluent-bit-example-tld # hosts: From 4171614de3876f047ed5c1455cd21e48f3d0d7e4 Mon Sep 17 00:00:00 2001 From: Mariusz Adamski Date: Fri, 12 Dec 2025 14:17:13 +0100 Subject: [PATCH 2/2] Bump fluent-bit chart version to 0.54.1 Signed-off-by: Mariusz Adamski --- charts/fluent-bit/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index dafb2d97..71b4e71a 100644 --- a/charts/fluent-bit/Chart.yaml +++ b/charts/fluent-bit/Chart.yaml @@ -5,7 +5,7 @@ keywords: - logging - fluent-bit - fluentd -version: 0.54.0 +version: 0.54.1 appVersion: 4.1.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg home: https://fluentbit.io/