[stable/filebeat] Move beat-exporter containerPort into context block (#12769)

* Move beat-exporter containerPort into context block

Fixes #12768 where beat-exporter containerPort remains in
daemonset template when beat-exporter service is disabled.

Signed-off-by: Clint Moyer <contact@clintmoyer.com>

* Bump filebeat to version 1.5.2

Signed-off-by: Clint Moyer <contact@clintmoyer.com>
This commit is contained in:
Clint Moyer
2019-04-05 09:59:21 -07:00
committed by Kubernetes Prow Robot
parent 67fe96ff62
commit 41ea7e7d99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.5.1
version: 1.5.2
appVersion: 6.7.0
home: https://www.elastic.co/products/beats/filebeat
sources:
+1 -1
View File
@@ -123,10 +123,10 @@ spec:
{{- if .Values.monitoring.resources }}
resources:
{{ toYaml .Values.monitoring.resources | indent 10 }}
{{- end }}
{{- end }}
ports:
- containerPort: {{ .Values.monitoring.exporterPort}}
{{- end }}
volumes:
- name: varlog
hostPath: