Also, I am having issues when deploying the helm c...
# deployment-kubernetes
r
Also, I am having issues when deploying the helm chart to GKE with the ingress:
Copy code
error while evaluating the ingress spec: service "data/dagster-release-dagit" is type "ClusterIP", expected "NodePort" or "LoadBalancer"
I know this issue is more related to GCP than to Dagster, but I wonder if you guys have any recommended approach to handle this situation 🙂 All I did was to specify the host property within dagit in the values.yaml
I guess the solution is to simply change the service type in the Helm values ^^
👍 1
n
You could also use a different ingress controller 🙂
ingress-gce gets expensive