-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes Compatibility #527
Comments
|
Branch #529 |
Regarding the indexer-coordinator that uses Docker Compose TS libraries Kubernetes environment is different. Each Subgraph needs:
I would like more documentation or insights from you to see what in your opinion should be done to indexer-coordinator to work with Kubernetes. |
just updated pr 529, try with this version: |
@icezohu Doing a follow up on this issue. Thank you |
When deploying in Kubernetes the application indexer-coordinator is not connecting to Postgres.
With
NODE_ENV=local
, the connection works, but then it tries to connect to the docker.sock and terminates.With
NODE_ENV=production
the errorUnable to connect to the database
Tested with either the ENV variables or command arguments
The text was updated successfully, but these errors were encountered: