Hello, I am trying to deploy Phoenix as a container. The deployment is behind a loadbalancer proxy which redirects the URL to Phoenix UI.
For example: https://myenv.domain.com/api/common/arizephoenix will direct the request to phoenix pods at 6006 port.
I looked up this fix: https://github.com/Arize-ai/phoenix/issues/2918 ; pulled the latest image phoenix:-4.4.3 and also set this env variable:
env:
- name: PHOENIX_HOST_ROOT_PATH
value: api/common/arizephoenixHoewever UI is not loading. Any help here please?