hello. I am trying to deploy flyte to gcp with the...
# flyte-deployment
a
hello. I am trying to deploy flyte to gcp with the following guide: https://github.com/unionai-oss/deploy-flyte/blob/main/environments/gcp/flyte-core/README.md However i do not have a domain. I am trying to use port forwarding and am running into issues; I am forwarding the admin:
kubectl -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?
d