Skip to content

Latest commit

 

History

History
 
 

logging-operator-logging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Installing logging resource to logging-operator

tl;dr:

$ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
$ helm repo update
$ helm install banzaicloud-stable/logging-operator-logging

Configuration

The following tables lists the configurable parameters of the logging-operator-logging chart and their default values.

Parameter Description Default
enableRecreateWorkloadOnImmutableFieldChange Permit deletion and recreation of resources on update of immutable field false
tls.enabled Enabled TLS communication between components true
tls.fluentdSecretName Specified secret name, which contain tls certs This will overwrite automatic Helm certificate generation.
tls.fluentbitSecretName Specified secret name, which contain tls certs This will overwrite automatic Helm certificate generation.
tls.sharedKey Shared key between nodes (fluentd-fluentbit) [autogenerated]
fluentbit.enabled Install fluent-bit true
fluentbit.namespace Specified fluentbit installation namespace same as operator namespace
fluentbit.tolerations Tolerations for fluentbit daemonset none
fluentbit.image.tag Fluentbit container image tag 1.3.2
fluentbit.image.repository Fluentbit container image repository fluent/fluent-bit
fluentbit.image.pullPolicy Fluentbit container pull policy IfNotPresent
fluentbit.podPriorityClassName Priority class name for fluentbit pods none
fluentd.enabled Install fluentd true
fluentd.image.tag Fluentd container image tag v1.7.4-alpine-12
fluentd.image.repository Fluentd container image repository banzaicloud/fluentd
fluentd.image.pullPolicy Fluentd container pull policy IfNotPresent
fluentd.volumeModImage.tag Fluentd volumeModImage container image tag latest
fluentd.volumeModImage.repository Fluentd volumeModImage container image repository busybox
fluentd.volumeModImage.pullPolicy Fluentd volumeModImage container pull policy IfNotPresent
fluentd.configReloaderImage.tag Fluentd configReloaderImage container image tag v0.2.2
fluentd.configReloaderImage.repository Fluentd configReloaderImage container image repository jimmidyson/configmap-reload
fluentd.configReloaderImage.pullPolicy Fluentd configReloaderImage container pull policy IfNotPresent
fluentd.fluentdPvcSpec.accessModes Fluentd persistence volume access modes [ReadWriteOnce]
fluentd.fluentdPvcSpec.resources.requests.storage Fluentd persistence volume size 21Gi
fluentd.fluentdPvcSpec.resources.storageClassName Fluentd persistence volume storageclass ""
fluentd.tolerations Tolerations for fluentd statefulset none
fluentd.nodeSelector Node selector for fluentd pods none
fluentd.podPriorityClassName Priority class name for fluentd pods none