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
repository: null
name: authentication
tag: snapshot-311fd21
tag: snapshot-12a0d9a
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

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

View File

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