ingress: enabled: true hosts: - grafana.127.0.0.1.nip.io resources: requests: cpu: 50m memory: 128Mi limits: cpu: 100m memory: 256Mi adminUser: admin adminPassword: "forte" datasources: datasources.yaml: apiVersion: 1 datasources: - name: Prometheus type: prometheus url: http://prometheus-server.monitoring.svc.cluster.local access: proxy isDefault: true - name: Loki type: loki uid: loki url: http://loki-gateway.monitoring.svc.cluster.local access: proxy - name: Tempo type: tempo uid: tempo url: http://tempo.monitoring.svc.cluster.local:3200 access: proxy jsonData: tracesToLogsV2: datasourceUid: loki tags: - key: namespace - key: pod - key: container tracesToMetrics: datasourceUid: Prometheus tags: - key: service.name value: service nodeGraph: enabled: true serviceMap: datasourceUid: Prometheus sidecar: dashboards: enabled: true label: grafana_dashboard labelValue: "1" folder: /tmp/dashboards provider: foldersFromFilesStructure: false dashboardProviders: dashboardproviders.yaml: apiVersion: 1 providers: - name: 'default' orgId: 1 folder: '' type: file disableDeletion: false editable: true options: path: /var/lib/grafana/dashboards/default dashboards: default: kubernetes: gnetId: 15758 revision: 1 datasource: Prometheus