Shaun Cutts
08/25/2020, 1:11 AM- name: HASURA_API_URL
value: <http://prefect-server-hasura.prefect-server.svc.cluster.local:3000/v1alpha/graphql>
- name: PREFECT_API_URL
value: <http://prefect-server-graphql.prefect-server.svc.cluster.local:4201/graphql/>
- name: PREFECT_API_HEALTH_URL
value: <http://prefect-server-graphql.prefect-server.svc.cluster.local:4201/health>
- name: GRAPHQL_SERVICE_HOST
value: <http://prefect-server-graphql.prefect-server.svc.cluster.local>
- name: GRAPHQL_SERVICE_PORT
value: "4201"
which I think are correct:
prefect-server-graphql ClusterIP 172.20.137.57 <none> 4201/TCP 38m
prefect-server-hasura ClusterIP 172.20.185.76 <none> 3000/TCP 38m
Do I also need PREFECT_SERVER__* settings here? Any other debugging info?
chart code is in https://github.com/PrefectHQ/server/pull/57
@Chris White @Jeremiah — any thoughts?Chris White
08/25/2020, 7:00 PMShaun Cutts
08/25/2020, 8:46 PMChris White
09/01/2020, 12:26 AMShaun Cutts
09/01/2020, 12:45 AMjosh
09/01/2020, 11:23 AMShaun Cutts
09/01/2020, 3:29 PM