helm-charts
helm-charts copied to clipboard
[BUG][opensearch-dashboards] Ingress path value does not work
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 :

Please tell me if any more info is needed. Thank you for any help!
[Triage] @TheAlgo @prudhvigodithi any ideas about this issue here? Thanks.
Any news on this?
You'll probably need to configure the basePath options in the config file to match in order to get this to work.