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 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources:
- nginx-log-dashboard.yaml
configMapGenerator: configMapGenerator:
- name: nginx-dashboard - name: nginx-dashboard
files: files:
- nginx-dashboard.json=https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json - 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 - name: nginx-request-handling-performance-dashboard
files: files:
- nginx-request-handling-performance-dashboard.json=https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/request-handling-performance.json - 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_ALLOW_EMBEDDING: true
GF_SECURITY_COOKIE_SAMESITE: grafana GF_SECURITY_COOKIE_SAMESITE: grafana
DS_PROMETHEUS: Prometheus DS_PROMETHEUS: Prometheus
DS_LOKI: loki
admin: admin:
# TODO use convention for credentials secrets ? # TODO use convention for credentials secrets ?
existingSecret: grafana.admin.creds existingSecret: grafana.admin.creds
@ -123,4 +124,4 @@ serviceAccount:
create: true create: true
autoMount: true autoMount: true
persistence: persistence:
enabled: false enabled: false