Skip to content

Commit

Permalink
🔧 Reviews
Browse files Browse the repository at this point in the history
Signed-off-by: afreyermuth98 <[email protected]>
  • Loading branch information
afreyermuth98 committed Sep 13, 2024
1 parent b82dfcc commit 1198f04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/falco/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ metadata:
namespace: {{ include "falco.namespace" . }}
labels:
{{- include "falco.labels" . | nindent 4 }}
{{- with toYaml .Values.metrics.service.labels }}
{{ toYaml .Values.metrics.service.labels | nindent 4 }}
{{- end }}
type: "falco-metrics"
{{- with toYaml .Values.metrics.service.annotations }}
annotations:
{{ toYaml .Values.metrics.service.annotations | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.metrics.service.type }}
ports:
Expand Down

0 comments on commit 1198f04

Please sign in to comment.