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
|
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
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue