Merge pull request 'Nicolas_local_ops' (#24) from Nicolas_local_ops into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/24
This commit is contained in:
Nicolas 2025-07-29 09:23:32 +00:00
commit e874baa072

View File

@ -103,23 +103,12 @@ spec:
send_batch_size: 5 send_batch_size: 5
timeout: 10s timeout: 10s
exporters: exporters:
loki: otlphttp/logs:
endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp
tls: tls:
insecure: true insecure: true
# labels: headers:
# resource: X-Scope-OrgID: "central-storage"
# k8s.pod.name: "pod_name"
# k8s.namespace.name: "namespace"
# k8s.node.name: "node_name"
# application: "app"
# environment: "env"
# attributes:
# level: "level"
# module: "module"
# default_labels_enabled:
# resource: true
# attributes: true
service: service:
telemetry: telemetry:
logs: logs:
@ -128,5 +117,5 @@ spec:
logs: logs:
receivers: [filelog] receivers: [filelog]
processors: [resource, transform, batch] processors: [resource, transform, batch]
exporters: [loki] exporters: [otlphttp/logs]
{{- end }} {{- end }}