Folks
I have multiple postgres db instances.
I need to create hasura deployment file to connect multiple postgres databases.
Any suggestion for creating deployment file.
Folks
I have multiple postgres db instances.
I need to create hasura deployment file to connect multiple postgres databases.
Any suggestion for creating deployment file.
The kubernetes deployment file is right here : https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/kubernetes/deployment.yaml How to use it with multiple datasouces is explained in the v2 documentation: