fix: remove FluentBit resource definition and retain only ClusterParser for streamlined configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
b80518cdb7
commit
4576a4fe1a
@ -1,28 +1,5 @@
|
||||
{{- if .Values.fluentbit.enabled }}
|
||||
apiVersion: fluentbit.fluent.io/v1alpha2
|
||||
kind: FluentBit
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-log-collector
|
||||
namespace: freeleaps-logging-system
|
||||
labels:
|
||||
fluentbit.fluent.io/enabled: "true"
|
||||
spec:
|
||||
image: {{ .Values.fluentbit.image | quote }}
|
||||
imagePullPolicy: {{ .Values.fluentbit.imagePullPolicy | quote }}
|
||||
fluentBitConfigName: {{ .Release.Name }}-log-collector-config
|
||||
resources:
|
||||
{{- if .Values.fluentbit.resources }}
|
||||
{{- toYaml .Values.fluentbit.resources | nindent 4 }}
|
||||
{{- else }}
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: fluentbit.fluent.io/v1alpha2
|
||||
kind: ClusterParser
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-log-parser
|
||||
|
||||
Loading…
Reference in New Issue
Block a user