Skip to content

Commit

Permalink
FluentD 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma committed Mar 4, 2022
1 parent a636738 commit ca765f6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
64 changes: 32 additions & 32 deletions charts/logging-operator-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@ $ helm install banzaicloud-stable/logging-operator-logging

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 |
| 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.8.12` |
| `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.14.4-alpine-2` |
| `fluentd.image.repository` | Fluentd container image repository | `ghcr.io/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 |
| `nodeAgents` | Node agents definitions | {}} |
| `defaultFlow` | Default Flow | {} |
| `clusterFlows` | Array of ClusterFlows to be created | [] |
| `clusterOutputs` | Array of ClusterOutputs to be created | [] |
| `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.8.12` |
| `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.14.5-alpine-1` |
| `fluentd.image.repository` | Fluentd container image repository | `ghcr.io/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 |
| `nodeAgents` | Node agents definitions | {}} |
| `defaultFlow` | Default Flow | {} |
| `clusterFlows` | Array of ClusterFlows to be created | [] |
| `clusterOutputs` | Array of ClusterOutputs to be created | [] |
Loading

0 comments on commit ca765f6

Please sign in to comment.