From d407562106217e86514a936f858639261db34a22 Mon Sep 17 00:00:00 2001 From: shatravko <67085012+shatravko@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:36:04 +0700 Subject: [PATCH] Added 'extraEntries.service' parameter (#22852) Signed-off-by: Maksim Shatravko --- stable/fluent-bit/Chart.yaml | 2 +- stable/fluent-bit/README.md | 1 + stable/fluent-bit/templates/config.yaml | 1 + stable/fluent-bit/values.yaml | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index b2062909fa5f..dcef44c26672 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fluent-bit -version: 2.8.16 +version: 2.8.17 appVersion: 1.3.7 description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX keywords: diff --git a/stable/fluent-bit/README.md b/stable/fluent-bit/README.md index 2f3583c09032..a38ad81df653 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -108,6 +108,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an | `extraEntries.input` | Extra entries for existing [INPUT] section | `` | | `extraEntries.filter` | Extra entries for existing [FILTER] section | `` | | `extraEntries.output` | Extra entries for existing [OUPUT] section | `` | +| `extraEntries.service` | Extra entries for existing [SERVICE] section | `` | | `extraPorts` | List of extra ports | | | `extraVolumeMounts` | Mount an extra volume, required to mount ssl certificates when elasticsearch has tls enabled | | | `extraVolume` | Extra volume | | diff --git a/stable/fluent-bit/templates/config.yaml b/stable/fluent-bit/templates/config.yaml index 7ba0ef935be8..99d7e5faa28d 100644 --- a/stable/fluent-bit/templates/config.yaml +++ b/stable/fluent-bit/templates/config.yaml @@ -23,6 +23,7 @@ data: HTTP_Listen 0.0.0.0 HTTP_Port 2020 {{- end }} +{{ .Values.extraEntries.service | indent 8 }} fluent-bit-input.conf: | [INPUT] diff --git a/stable/fluent-bit/values.yaml b/stable/fluent-bit/values.yaml index 0cd5586e62a3..61e4a7d2009f 100644 --- a/stable/fluent-bit/values.yaml +++ b/stable/fluent-bit/values.yaml @@ -176,6 +176,8 @@ extraEntries: # # >=1 additional Key/Value entrie(s) for existing Filter section output: |- # # >=1 additional Key/Value entrie(s) for existing Ouput section + service: |- +# # >=1 additional Key/Value entrie(s) for existing Service section # WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!