diff --git a/charts/falcosidekick/Chart.yaml b/charts/falcosidekick/Chart.yaml index dabc2ee49..ca278ca48 100644 --- a/charts/falcosidekick/Chart.yaml +++ b/charts/falcosidekick/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 2.29.0 description: Connect Falco to your ecosystem icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png name: falcosidekick -version: 0.8.9 +version: 0.8.10 keywords: - monitoring - security diff --git a/charts/falcosidekick/templates/service.yaml b/charts/falcosidekick/templates/service.yaml index fdea8debe..a4b97216b 100644 --- a/charts/falcosidekick/templates/service.yaml +++ b/charts/falcosidekick/templates/service.yaml @@ -11,13 +11,14 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} annotations: + prometheus.io/scrape: "true" {{- with .Values.customAnnotations }} {{- toYaml . | nindent 4 }} {{- end }} {{- with .Values.service.annotations }} {{- toYaml . | nindent 4 }} {{- end }} - prometheus.io/scrape: "true" + spec: type: {{ .Values.service.type }} ports: