fix: add DS_LOKI var
All checks were successful
/ publish (push) Successful in 11s

This commit is contained in:
Pierre Ozoux 2024-09-20 17:06:13 +02:00
parent b95153319b
commit be55cf86c2
4 changed files with 3746 additions and 3756 deletions

View file

@ -1,12 +1,13 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- nginx-log-dashboard.yaml
configMapGenerator:
- name: nginx-dashboard
files:
- nginx-dashboard.json=https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json
- name: nginx-log-dashboard
files:
- nginx-log-dashboard.json
- name: nginx-request-handling-performance-dashboard
files:
- nginx-request-handling-performance-dashboard.json=https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/request-handling-performance.json

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,7 @@ env:
# GF_SECURITY_ALLOW_EMBEDDING: true
GF_SECURITY_COOKIE_SAMESITE: grafana
DS_PROMETHEUS: Prometheus
DS_LOKI: loki
admin:
# TODO use convention for credentials secrets ?
existingSecret: grafana.admin.creds