helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[BUG][opensearch-dashboards] Ingress path value does not work

Open pauloduartepinho opened this issue 3 years ago • 3 comments

When changing the ingress path from default (root value /) to custom, we are unable to access dashboards

All configuration is the default one expect for:

ingress:
  enabled: true
  annotations: 
    kubernetes.io/ingress.class: nginx
  hosts:
    - host: custom.host.local
      paths:
        - path: /search/opensearch-dashboards/
          backend:
            serviceName: "opensearch-dashboards"
            servicePort: "5601"
  tls: 
    - hosts:
      - custom.host.local

When accessing https://custom.host.local/search/opensearch-dashboards/ I get 404 not found : image

Please tell me if any more info is needed. Thank you for any help!

pauloduartepinho avatar Sep 29 '22 15:09 pauloduartepinho

[Triage] @TheAlgo @prudhvigodithi any ideas about this issue here? Thanks.

peterzhuamazon avatar Sep 29 '22 18:09 peterzhuamazon

Any news on this?

larsw avatar Mar 15 '24 11:03 larsw

You'll probably need to configure the basePath options in the config file to match in order to get this to work.

smlx avatar Mar 18 '24 02:03 smlx