mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
67fe96ff62
commit
41ea7e7d99
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user