mirror of https://git.rancher.io/charts
119 lines
2.6 KiB
YAML
119 lines
2.6 KiB
YAML
# 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
|
|
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
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
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
|
|
|
|
disablePvc: true
|
|
|
|
additionalLoggingSources:
|
|
rke:
|
|
enabled: false
|
|
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
|
|
fluentd:
|
|
repository: rancher/banzaicloud-fluentd
|
|
tag: v1.11.2-alpine-2
|
|
syslog_forwarder:
|
|
repository: rancher/fluent-bit-out-syslog
|
|
tag: 0.1.0
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
|
|
fluentbit_tolerations:
|
|
- key: node-role.kubernetes.io/controlplane
|
|
value: "true"
|
|
effect: NoSchedule
|
|
- key: node-role.kubernetes.io/etcd
|
|
value: "true"
|
|
effect: NoExecute
|