fix(ingress): fix People backend service name; add find route

The People backend service is named people-backend (not people) in the
desk chart. Add a route for find-backend to front the future OpenSearch
Dashboards service.
This commit is contained in:
2026-03-02 18:33:34 +00:00
parent 302b7ba56b
commit 3f516dc4d3

View File

@@ -54,7 +54,11 @@ data:
[[routes]] [[routes]]
host_prefix = "people" host_prefix = "people"
backend = "http://people.lasuite.svc.cluster.local:8000" backend = "http://people-backend.lasuite.svc.cluster.local:8000"
[[routes]]
host_prefix = "find"
backend = "http://find-backend.lasuite.svc.cluster.local:8000"
[[routes]] [[routes]]
host_prefix = "src" host_prefix = "src"