Parameters

The parent key for all of the following parameters is openshift4_s3_forwarder.

fluentd

type

dictionary

default
fluentd:
  replicas: 1
  resources:
    requests:
      cpu: 100m
      memory: 512Mi
  nodeselector: {}
  affinity: {}
  tolerations: []

Fluentd pod parameters.

replicas

type

integer

default

1

Number of replicas of the forwarder pod.

resources

type

dict

default
fluentd:
  replicas: 1
  resources:
    requests:
      cpu: 100m
      memory: 512Mi

Fluentd pod resource requests and limits.

env

type

dictionary

default
env: {}

Environment variables for forwarder pod.

secrets

type

dictionary

default
secrets: {}

Secrets for forwarder pod, like credentials etc. These secrets will be stored in a secrets object and loaded as env variables in the forwarder pod.

config_vars

type

dictionary

default
config_vars: {}

Variables for the config file.

config_vars:
  integer: 5
  string: hello

config: |
  integer value is %(integer)d
  string value is %(string)s

See Forward to s3 for an example.

config

type

string

default
config: ""

Config file for fluentd.

See Forward to s3 for an example.