Hello,
Thanks for the great project! I am having some issues rendering the /static resources on the Status Page.
I created a service for the app, and then set up port forwarding to access it locally:
kubectl port-forward --namespace kube-system service/kube-applier 8080:80
The status page works, but won't render the CSS and javascript. In the browser console I see errors like:
The resource from “http://localhost:8080/static/bootstrap/js/jquery.min.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff)

Additionally, going to the css/text directly (i.e. http://localhost:8080/static/bootstrap/js/jquery.min.js) results in a 404 page not found.
Any ideas?
Thanks!
Hello,
Thanks for the great project! I am having some issues rendering the
/staticresources on the Status Page.I created a service for the app, and then set up port forwarding to access it locally:
The status page works, but won't render the CSS and javascript. In the browser console I see errors like:
Additionally, going to the css/text directly (i.e.
http://localhost:8080/static/bootstrap/js/jquery.min.js) results in a404 page not found.Any ideas?
Thanks!