Skip to content

Commit

Permalink
[filebeat] fix filebeat exporter container port (helm#11862)
Browse files Browse the repository at this point in the history
* fix filebeat exporter container port

Signed-off-by: Mathieu Herbert <[email protected]>

* bump chart version

Signed-off-by: Mathieu Herbert <[email protected]>
  • Loading branch information
mathieuherbert authored and k8s-ci-robot committed Mar 1, 2019
1 parent 06c63b5 commit 250ea38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/filebeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: A Helm chart to collect Kubernetes logs with filebeat
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
name: filebeat
version: 1.4.2
version: 1.4.3
appVersion: 6.6.1
home: https://www.elastic.co/products/beats/filebeat
sources:
Expand Down
2 changes: 2 additions & 0 deletions stable/filebeat/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ spec:
{{ toYaml .Values.monitoring.resources | indent 10 }}
{{- end }}
{{- end }}
ports:
- containerPort: {{ .Values.monitoring.exporterPort}}
volumes:
- name: varlog
hostPath:
Expand Down

0 comments on commit 250ea38

Please sign in to comment.