Open
Description
What happened?
We have deployed container in AKS mounting config and schema file using configmap. I can see config file and schema file in App/ directory in pod. However I am getting 503 error when i try to reach /graphql endpoint.
Version
latest
What database are you using?
CosmosDB NoSQL
What hosting model are you using?
Custom Docker host
Which API approach are you accessing DAB through?
GraphQL
Relevant log output
> GET /graphql HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 503 Service Unavailable
< Content-Length: 0
< Date: Thu, 30 Nov 2023 07:05:08 GMT
< Server: Kestrel
< x-ms-correlation-id: a135147e-f3f3-4885-b58a-4cfde129dae6
Code of Conduct
- I agree to follow this project's Code of Conduct