This commit is contained in:
zhenyus 2025-07-31 23:21:27 +08:00
commit f70894a3d4
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ authentication:
registry: docker.io registry: docker.io
repository: null repository: null
name: authentication name: authentication
tag: snapshot-311fd21 tag: snapshot-12a0d9a
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -122,7 +122,7 @@ spec:
level: info level: info
pipelines: pipelines:
logs: logs:
receivers: [filelog, otlp, k8scluster] receivers: [filelog] # Only use filelog receiver to prevent duplicate collection
processors: [resource, transform, batch] processors: [resource, transform, batch]
exporters: [otlphttp/logs] exporters: [otlphttp/logs]
{{- end }} {{- end }}

View File

@ -120,7 +120,7 @@ spec:
level: info level: info
pipelines: pipelines:
logs: logs:
receivers: [filelog, otlp, k8scluster] receivers: [filelog] # Only use filelog receiver to prevent duplicate collection
processors: [resource, transform, batch] processors: [resource, transform, batch]
exporters: [otlphttp/logs] exporters: [otlphttp/logs]
{{- end }} {{- end }}