Theme Park
Theme park is a middleware to inject supported stylesheets (css) into supported apps.
So let’s see how to do that.
Note that this will only work on apps you have enabled traefik intergration, and only when accessing them via the URL.
Will NOT work if you access them via IP:PORT
.
Creating the middleware on traefik
Edit your traefik values.yaml
.
Keep in mind that if you decide to use a self hosted theme provider, it will need to have enabled ingress. Also use the external URL, not the internal, as the client will need to access that theme provider to fetch the stylesheets.
Applying the theme to the app
Edit your app values.yaml
.
Before | After |
---|---|