Skip to content

Commit

Permalink
Fix Fluentd
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Jul 30, 2020
1 parent 5b26298 commit d9fa4a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 1.0.3
version: 1.0.4
appVersion: 1.11.1
description: Fluentd Helm chart for Kubernetes.
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/fluentd/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
{{- end }}
{{- if .Values.metrics.enabled }}
- name: metrics
protocol: TCP
port: {{ .Values.metrics.port }}
targetPort: metrics
protocol: TCP
port: {{ .Values.metrics.port }}
targetPort: metrics
{{- end }}
selector:
{{- include "fluentd.selectorLabels" . | nindent 4 }}

0 comments on commit d9fa4a5

Please sign in to comment.