diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index e82839c4..e9607e35 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -56,7 +56,9 @@ spec: exporters: loki: endpoint: {{ .Values.logIngest.lokiEndpoint }} - logging: + tls: + insecure: true + debug: verbosity: detailed service: @@ -67,5 +69,5 @@ spec: logs: receivers: [filelog] processors: [k8sattributes, resource, batch] - exporters: [loki, logging] + exporters: [debug, loki] {{- end }} \ No newline at end of file