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
prefect server start
wiretrack
07/03/2021, 6:35 PMChecking GraphQL service at <http://prefect-graphql-service/health> ...
wiretrack
07/03/2021, 6:36 PMcurl localhost:4200
i also get connection refused
i’m not very familiar with apollo, but i thought it should workKevin Kho
wiretrack
07/03/2021, 7:09 PMwiretrack
07/03/2021, 7:20 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 foundwiretrack
07/03/2021, 11:05 PMinitialDelaySeconds: 30
to the apollo
deployment
now I have a problem with the agent, but I’ll open a new message