I working on a legacy project that uses keycloak 11 and it was running with standalone keycloak and was clustered using the keycloak helmchart template.
Then, I changed it to an embedded keycloak using this GitHub repository.
Now, I want to cluster it using Kubernetes. I found the answer of this question and we created a headless service and now pods are running.
But the problem is that when I go to the Keycloak admin UI, the UI is disfigured. When I checked the JS and CSS files, I found 404 responses for the files but when I open the JS or CSS files in a new tab, I can see the content of the files.
How can I solve this problem?
I working on a legacy project that uses keycloak 11 and it was running with standalone keycloak and was clustered using the keycloak helmchart template.
Then, I changed it to an embedded keycloak using this GitHub repository.
Now, I want to cluster it using Kubernetes. I found the answer of this question and we created a headless service and now pods are running.
But the problem is that when I go to the Keycloak admin UI, the UI is disfigured. When I checked the JS and CSS files, I found 404 responses for the files but when I open the JS or CSS files in a new tab, I can see the content of the files.
How can I solve this problem?