hallowed-dog-74273
01/18/2024, 9:34 PMkubectl -n flyte port-forward service/flyteadmin 8088:80 8089:81
I am forwarding the console:
kubectl -n flyte port-forward service/flyteconsole 8080:80
However, the console is making api requests to:
<http://localhost:8080/api/v1/projects>
which is 404
when it should make a call to <http://localhost:8088/api/v1/projects>
Is there a configuration or value i can set on the console so it can uses the admin?average-finland-92144
01/18/2024, 9:39 PM