Hi,
I am trying to install Camunda 8 to openshift. I am using yaml file at down below:
camunda-8-open-shift-values.yaml (86.0 KB)
All pods are ready and I can access operate, tasklist, keycloak.
However, when I try to access to identity from http://camunda-identity.apps-crc.testing, it redirects me to http://localhost:8080. I declared routes at openshift.
Also, when I try to get token from http://auth.apps-crc.testing/auth/realms/camunda-platform/protocol/openid-connect/token, it gives me error. When I try to deploy process from Camunda Modeler, it gives same error (Response code 405 (Method Not Allowed))
I can check health statuses by the way.
What is my mistake?
I appreciate any help.
Thanks.