hello, I’ve deployed dagit + dagster via helm char...
# ask-community
r
hello, I’ve deployed dagit + dagster via helm chart on k8s, everything works but from postgres (deployed on azure) logs I see a lot of these errors:
Copy code
2022-10-18 11:00:04 UTC-634e8734.2a168-LOG:  connection authorized: user=dagster_proddatabase=dagster_prod SSL enabled (protocol=TLSv1.2, cipher=ECDHE-RSA-AES256-GCM-SHA384, compression=off)
2022-10-18 11:00:05 UTC-634e8734.2a168-LOG:  could not receive data from client: An existing connection was forcibly closed by the remote host.
any suggestions?
dagster version 1.0.12
c
Have you ruled out azure connection issues? Seems like something that does happen to folks running postgres w azure, generally speaking: https://learn.microsoft.com/en-us/answers/questions/612166/log-could-not-receive-data-from-client-an-existing.html