wiretrack
07/03/2021, 6:31 PMconnection refused
in the liveness and readiness probes. does anybody have any idea on what I might be doing wrong?Kevin Kho
07/03/2021, 6:33 PMprefect server start
wiretrack
07/03/2021, 6:35 PMChecking GraphQL service at <http://prefect-graphql-service/health> ...
curl localhost:4200
i also get connection refused
i’m not very familiar with apollo, but i thought it should workKevin Kho
07/03/2021, 7:02 PMwiretrack
07/03/2021, 7:09 PMnpm run serve
is not working because graphql
and hasura
endpoints were not working, so probably something related to the envvars
i passed (the service addresses). i’ll keep trying and keep you guys posted. it seems that the helm chart
uses v1alpha
for hasura, but in my console it’s just v1
, will let you guys know what i find out.
so basically even though the health_check
in graphql
works, the endpoint <http://prefect-graphql-service:4201/graphql>
is not foundinitialDelaySeconds: 30
to the apollo
deployment
now I have a problem with the agent, but I’ll open a new message