Hi all, i succeeded to deploy dagster with helm ch...
# ask-community
y
Hi all, i succeeded to deploy dagster with helm chart (with postgresql enabled), but when i try to use an external database my daemon and dagit pod still in init state, any default values examples with external database ?
d
Are there any logs or errors you can share from the pods that aren't starting up? The parts of the Helm chart that you would change to point it at an external postgres DB are here: https://github.com/dagster-io/dagster/blob/master/helm/dagster/values.yaml#L735-L768
y
exactly
d
It looks like your k8s cluster isn't able to reach the hostname that you specified in the helm chart
y
i use a gcp cloud sql instance in same vpc 🤔
m
@Yassine AIT BAHA I already have it deployed and running on cloudsql could you share the
postgresql
section from the values file
y
yes @Moath Alghzeiwat