Josh Greenhalgh
01/26/2021, 12:46 PMagent:
# enabled determines if the Prefect Kubernetes agent is deployed
enabled: true
prefectLabels: ['prefect-agent']
ui:
apolloApiUrl: <http://prefect-apollo.prefect:4200/graphql>
The UI just gives me the following error;
Oops! It looks like something went wrong when trying to connect; make sure Prefect Server is running at the URL above and try again.
However if I start a shell on the UI pod and run curl against that URL it connects as expected to the api;
# curl <http://prefect-apollo.prefect:4200/graphql>
GET query missing.#
The reason I am even trying this is because if I use the public IP of the apollo server I always end up getting very slow UI and occasionally complete disconnects from the graphql server.Joël Luijmes
01/26/2021, 12:51 PMJosh Greenhalgh
01/26/2021, 12:52 PMAmanda Wee
01/26/2021, 1:12 PMJosh Greenhalgh
01/26/2021, 1:22 PMAmanda Wee
01/26/2021, 1:37 PMZanie
01/26/2021, 4:47 PM