rancher-charts/charts/rancher-logging/3.6.001/values.yaml

130 lines
2.8 KiB
YAML
Raw Normal View History

2020-09-30 23:34:22 +00:00
# Default values for logging-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: rancher/banzaicloud-logging-operator
tag: 3.6.0
2020-09-30 23:34:22 +00:00
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
annotations: {}
## Deploy CRDs used by Logging Operator.
##
createCustomResource: false
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
2020-11-10 00:02:10 +00:00
nodeSelector:
kubernetes.io/os: linux
2020-09-30 23:34:22 +00:00
2020-11-10 00:02:10 +00:00
tolerations:
- key: cattle.io/os
operator: "Equal"
value: "linux"
effect: NoSchedule
2020-09-30 23:34:22 +00:00
affinity: {}
http:
# http listen port number
port: 8080
# Service definition for query http service
service:
type: ClusterIP
clusterIP: None
# Annotations to query http service
annotations: {}
# Labels to query http service
labels: {}
rbac:
enabled: true
psp:
enabled: false
## SecurityContext holds pod-level security attributes and common container settings.
## This defaults to non root user with uid 1000 and gid 2000. *v1.PodSecurityContext false
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
##
podSecurityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
# fsGroup: 2000
securityContext: {}
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true
# capabilities:
# drop: ["ALL"]
## Operator priorityClassName
##
priorityClassName: {}
monitoring:
# Create a Prometheus Operator ServiceMonitor object
serviceMonitor:
enabled: true
2020-09-30 23:34:22 +00:00
disablePvc: true
additionalLoggingSources:
rke:
enabled: false
2020-11-10 00:02:10 +00:00
fluentbit:
log_level: "info"
mem_buffer_limit: "5MB"
2020-09-30 23:34:22 +00:00
rke2:
enabled: false
k3s:
enabled: false
container_engine: "systemd"
eks:
enabled: false
images:
config_reloader:
repository: rancher/jimmidyson-configmap-reload
tag: v0.2.2
fluentbit:
repository: rancher/fluent-fluent-bit
tag: 1.5.4
2020-11-10 00:02:10 +00:00
fluentbit_debug:
repository: rancher/fluent-fluent-bit
tag: 1.5.4-debug
2020-09-30 23:34:22 +00:00
fluentd:
repository: rancher/banzaicloud-fluentd
tag: v1.11.2-alpine-2
syslog_forwarder:
repository: rancher/fluent-bit-out-syslog
tag: 0.1.0
2020-09-30 23:34:22 +00:00
2020-10-02 00:51:10 +00:00
fluentbit_tolerations:
- key: node-role.kubernetes.io/controlplane
value: "true"
effect: NoSchedule
- key: node-role.kubernetes.io/etcd
value: "true"
effect: NoExecute
2020-11-10 00:02:10 +00:00
global:
cattle:
systemDefaultRegistry: ""