Anna Geller
01/06/2023, 8:17 PMChristopher Boyd
01/06/2023, 8:47 PMjawnsy
01/06/2023, 9:21 PMHongbo Miao
01/06/2023, 10:12 PMorion:
env:
- name: PREFECT_API_URL
value: <http://prefect-orion.hm-prefect.svc:4200/api>
then if spawns the pod for job, it makes more sense to me as it can talk to Prefect Orion in another pod.
However, if I use DNS name, I will meet this issue when open the Prefect UI: https://github.com/PrefectHQ/prefect-helm/issues/101PREFECT_API_URL
so that I can use DNS name, and provide a new URL for the web UI in the helm, to help web UI to communicate to the Prefect instance? 🤔Ryan Peden
01/06/2023, 11:55 PMPREFECT_ORION_UI_API_URL
Hongbo Miao
01/07/2023, 12:57 AMPREFECT_ORION_UI_API_URL
and report back for what I found!Anna Geller
02/03/2023, 2:48 PM