mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/fluent-bit] release 0.2.1 (Fluent Bit 0.12.5) Signed-off-by: Eduardo Silva <eduardo@treasure-data.com> * [stable/fluent-bit] release 0.2.2 (Fluent Bit 0.12.6) Signed-off-by: Eduardo Silva <eduardo@treasure-data.com> * [stable/fluent-bit] release 0.2.3 (Fluent Bit 0.12.7) Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
42 lines
817 B
YAML
42 lines
817 B
YAML
# Minikube stores its logs in a seperate directory.
|
|
# enable if started in minikube.
|
|
on_minikube: false
|
|
|
|
image:
|
|
fluent_bit:
|
|
repository: fluent/fluent-bit
|
|
tag: 0.12.7
|
|
pullPolicy: Always
|
|
|
|
backend:
|
|
type: forward
|
|
forward:
|
|
host: fluentd
|
|
port: 24284
|
|
es:
|
|
host: elasticsearch
|
|
port: 9200
|
|
|
|
env: []
|
|
|
|
resources:
|
|
limits:
|
|
memory: 100Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 100Mi
|
|
|
|
## Node tolerations for fluent-bit scheduling to nodes with taints
|
|
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
|
##
|
|
tolerations: []
|
|
#- key: "key"
|
|
# operator: "Equal|Exists"
|
|
# value: "value"
|
|
# effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)"
|
|
|
|
## Node labels for fluent-bit pod assignment
|
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
##
|
|
nodeSelector: {}
|