Add Grafana configuration for anonymous access and embedding to allow Ceph dashboard to embed stats
This commit is contained in:
parent
a250febf9f
commit
14eb8200b0
@ -43,6 +43,13 @@ spec:
|
|||||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||||
hosts:
|
hosts:
|
||||||
- grafana.noxxos.nl
|
- grafana.noxxos.nl
|
||||||
|
grafana.ini:
|
||||||
|
auth.anonymous:
|
||||||
|
enabled: true
|
||||||
|
org_name: Main Org.
|
||||||
|
org_role: Viewer
|
||||||
|
security:
|
||||||
|
allow_embedding: true
|
||||||
kubeProxy:
|
kubeProxy:
|
||||||
enabled: false
|
enabled: false
|
||||||
kubeEtcd:
|
kubeEtcd:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user