diff --git a/base/ingress/pingora-config.yaml b/base/ingress/pingora-config.yaml index 47704b4..c343c4b 100644 --- a/base/ingress/pingora-config.yaml +++ b/base/ingress/pingora-config.yaml @@ -54,7 +54,11 @@ data: [[routes]] 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]] host_prefix = "src"