The ingress controller does not support url based routing (the IngressPath attribute `Path`) ``` spec: rules: - host: echo.mydomain.com http: paths: - backend: - path: any_path_is_treated_as_slash serviceName: echo servicePort: http ```
The ingress controller does not support url based routing (the IngressPath attribute
Path)