The ingress above is what I use for all of my services. I expect the page to load, but the only way that I can load anything at all is by proxying the svc
When using the ingress above and going to https://keycloak.home.k8s:<nginx https port> the application hangs for a few seconds. but then redirects to https://keycloak.home.k8s/admin. NOTE that the port was stripped.
Describe the bug
Hello, Im trying out keyclock on my local cluster via these docs: https://www.keycloak.org/getting-started/getting-started-kube
What Im Doing
I use
kustomize
to change thekeycloak
Service into aClusterIP
type.patch-svc.yaml
Im then using this ingress w/ the nginx ingress k8s controller
I then have a simple local dns (pihole) pointing at my cluster.
Version
25.0.1 rev cb84415be470af85c99821d8a9a7b47ed96dc376
Expected behavior
The ingress above is what I use for all of my services. I expect the page to load, but the only way that I can load anything at all is by proxying the svc
Actual behavior
When using the ingress above and going to
https://keycloak.home.k8s:<nginx https port>
the application hangs for a few seconds. but then redirects tohttps://keycloak.home.k8s/admin
. NOTE that the port was stripped.How to Reproduce?
install the nginx-ingress controller https://github.com/kubernetes/ingress-nginx apply the configs above
Anything else?
No response