Using the helm chart, I was able to deploy the Dat...
# all-things-deployment
b
Using the helm chart, I was able to deploy the DataHub, created an L7 ingress and was able to access the frontend from outside the cluster. 🎉 I created a L7 ingress for gms as well, but could not access it. Do I need to do anything special to access gms from outside the cluster?
recipes:
Copy code
source:
  …
sink:
  type: “datahub-rest”
  config:
    server: <http://gms.datahub.192.168.0.205.sslip.io|http://gms.datahub.192.168.0.205.sslip.io>
I solved this by manually specifying Ingress for gms instead of
.<http://sslip.io|sslip.io>
and specifying hosts in the environment where I run
datahub-ingestion
.