-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable grafana endpoint in web app #6
Comments
For now I have just created a |
It would also be helpful if the DBs were configurable too
|
/assign @kimwnasptd |
@markwinter while the mechanism for allowing admins to configure different aspects of the web app, via a mounted ConfigMap, is something we want to implement I'd like to understand a little bit more your specific use case.
You will always need to create a VirtualService to expose the Grafana instance outside the cluster. In this vsvc you can also set the prefix accordingly. What is the limitation you are bumping into by having the web app always expect Grafana to be exposed under a |
/kind feature
The web app currently seems to assume that grafana will be accessible via the same ingress as kubeflow under the path
/grafana
. We have a separated prometheus+grafana that we would like to use instead.In the web app, I can see that
grafanaPrefix
is pulled out into theenvironment.ts
file, but I think these vars are only read/replaced at build time and can't be overwritten at run time - I don't know AngularI think the var needs to be read from the
kfserving-models-web-app-config
configMap instead? LikeAPP_PREFIX
etc.@kimwnasptd could you take a look please?
The text was updated successfully, but these errors were encountered: