Replies: 1 comment
-
|
Have you tried ' --http-relative-path' instead of '"--hostname-path'? That did it for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm a new with Kubernetes and Keycloak. I have a problem with opening welcome page of Keycloak run in a Kubernetes (EKS)
So I have a Service and deployment:
My Ingress config:
The problem:
When I open https://my.domain/keycloak I got a page:
And I see in a keycloak logs something like:
and all css files
When I create a service as LoadBalancer and I go by externalIP the welcome page is loading properly.
Do you know what I missed?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions