This commit is contained in:
2026-04-06 21:36:15 +07:00
commit 35874bf520
29 changed files with 1625 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "loki-stack.fullname" . }}-grafana-datasources
labels:
{{- include "loki-stack.labels" . | nindent 4 }}
app.kubernetes.io/component: grafana
data:
loki.yaml: |
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: http://{{ include "loki-stack.fullname" . }}-loki-read:3100
isDefault: true
editable: true