forked from kube-logging/logging-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
53 lines (47 loc) · 1.61 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Default values for logging-operator-logging.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Reference name of the logging deployment
loggingRef: ""
# Disable configuration check before deploy
flowConfigCheckDisabled: false
# Use static configuration instead of generated config.
flowConfigOverride: ""
nameOverride: ""
fullnameOverride: ""
# If an immutable field is changed, delete the existing resource
# and recreate it with the new configuration.
enableRecreateWorkloadOnImmutableFieldChange: false
# Fluent-bit configurations
fluentbit: {}
# Fluentd configurations
fluentd: {}
# Send internal fluentd logs to stdout instead of circulating it internally without kubernetes labels. Use null to omit these logs.
# fluentLogDestination: stdout
# fluentdPvcSpec:
# accessModes:
# - ReadWriteOnce
# resources:
# requests:
# storage: 40Gi
# storageClassName: fast
# If specified, the pod's tolerations.
# ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
# tolerations:
# - key: "node-role.kubernetes.io/master"
# operator: "Equal"
# effect: "NoSchedule"
# - key: "node.kubernetes.io/unschedulable"
# operator: "Equal"
# effect: "NoSchedule"
# Enable secure connection between fluentd and fluent-bit
tls:
enabled: true
# Shared key for fluentd authentication
sharedKey: ""
fluentbitSecretName: ""
fluentdSecretName: ""
# Limit namespaces from where to read Flow and Output specs
watchNamespaces: []
# Control namespace that contains ClusterOutput and ClusterFlow resources
controlNamespace: ""