我正在使用helm-charts在本地kube集群上设置Grafana服务器。我试图让它在子路径上工作,以便稍后在带有tls的生产环境中实现它,但我无法访问上的Grafana。当我从中删除root_url:时,Values.yaml上会显示Grafana登录屏幕
但是当我将root_url:重新添加到values.yaml文件中时,我看到下面附加的错误(接近本文末尾)。If you host grafana under subpath make sure your grafana.ini root_url
我想从我的浏览器访问grafana,并公开它。If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath
3.If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarnSometimes restarting <em
我希望Grafana成为IIS中网站下的子路径或子文件夹,添加ssl证书,使用https。defaults.inihttp_port = 3000
# The public facing domain name used to access grafanaIf you host grafana under subpath make sure your grafana.ini root_url setting includes subpath.If you have a lo
我只是不能让nginx入口控制器+ grafana root_url选项一起工作。因为Grafana,nginx和minikube是如此流行的工具,我一定是忽略了一些东西,我完全失去了想法/运气。If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath
3.If you have a local dev build make sure you build frontend using