seems there is some bug with ingress. I have follo...
# all-things-deployment
s
seems there is some bug with ingress. I have following in my values of helm chart
Copy code
datahub-frontend:
  enabled: true
  image:
    repository: linkedin/datahub-frontend-react
    tag: "v0.8.5"
  # Set up ingress to expose react front-end
  ingress:
    enabled: false
but the ingress is still being created. Same for
datahub-gms
This is with
Copy code
chart_ref: datahub/datahub
chart_version: 0.2.6
Figured it out. It was because the service default is
LoadBalancer
which was creating the LB. It is still confusing given that there is a specific setting for
ingress