# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap metadata: name: loki-datasource labels: grafana_datasource: "1" # This label is important for the Grafana sidecar data: loki-datasource.yaml: |- apiVersion: 1 datasources: - name: Loki type: loki access: proxy url: http://loki-gateway.$MONITORING_NAMESPACE.svc.cluster.local jsonData: maxLines: 1000