diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index 5fd6d2be..9716595e 100644 --- a/charts/fluent-bit/Chart.yaml +++ b/charts/fluent-bit/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: fluent-bit description: Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems. -version: 0.1.0 +version: 0.1.1 appVersion: 1.3.7 icon: https://fluentbit.io/assets/img/logo1-default.png home: https://fluentbit.io/ diff --git a/charts/fluent-bit/templates/service.yaml b/charts/fluent-bit/templates/service.yaml index ffe1a705..4c7a77d0 100644 --- a/charts/fluent-bit/templates/service.yaml +++ b/charts/fluent-bit/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "fluent-bit.fullname" . }} labels: {{- include "fluent-bit.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: