diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index 0287557..4140a57 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -50,12 +50,16 @@ spec: - web routes: - - match: Host(`echo.fp.sbtp.xyz`) + - match: PathPrefix('/echo') #Host(`echo.fp.sbtp.xyz`) kind: Rule services: - name: echo port: 80 - + - match: PathPrefix('/foo') #Host(`echo.fp.sbtp.xyz`) + kind: Rule + services: + - name: echo + port: 8001 # --- # apiVersion: networking.k8s.io/v1