mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
Fix metrics fluentd (#2808)
* [bitnami/fluentd] Fix metrics port in servicemonitor * [bitnami/fluentd] Fix metrics port in servicemonitor * Bump chart version * [bitnami/fluentd] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
0a1e13210c
commit
474e6774b7
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: fluentd
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
appVersion: 1.11.0
|
||||
description: Fluentd is an open source data collector for unified logging layer
|
||||
keywords:
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
selector:
|
||||
matchLabels: {{- include "fluentd.matchLabels" . | nindent 6 }}
|
||||
endpoints:
|
||||
- port: metrics
|
||||
- port: tcp-metrics
|
||||
path: "/metrics"
|
||||
{{- if .Values.metrics.serviceMonitor.interval }}
|
||||
interval: {{ .Values.metrics.serviceMonitor.interval }}
|
||||
|
||||
@@ -13,7 +13,7 @@ global: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluentd
|
||||
tag: 1.11.0-debian-10-r4
|
||||
tag: 1.11.0-debian-10-r6
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
@@ -13,7 +13,7 @@ global: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluentd
|
||||
tag: 1.11.0-debian-10-r4
|
||||
tag: 1.11.0-debian-10-r6
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user