mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 06:36:42 +00:00
This commit is contained in:
parent
b95153319b
commit
be55cf86c2
4 changed files with 3746 additions and 3756 deletions
|
@ -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
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue