Hi,
I have deployed an instance of keycloack (with this chart keycloak 15.1.0 · codecentric/codecentric) in my kubernetes cluster, and it is running behind a reverse-proxy kubernetes ingress.
If I send a request to https://{host}/auth/realms/master/.well-known/openid-configuration
to check the config, it’s almost ok, except that all the urls have an added port 80
e.g.
issuer: “https://{host}:80/auth/realms/master”
How can I remove this port?