diff --git a/manifests/03-ingress/flask-htmx-ingress.yaml b/manifests/03-ingress/flask-htmx-ingress.yaml index dee27c9..559f04f 100644 --- a/manifests/03-ingress/flask-htmx-ingress.yaml +++ b/manifests/03-ingress/flask-htmx-ingress.yaml @@ -11,7 +11,7 @@ spec: - host: master.board.vdk2ch.ru http: paths: - - path: /v1 + - path: / pathType: Prefix backend: service: @@ -21,7 +21,7 @@ spec: - host: dev.board.vdk2ch.ru http: paths: - - path: /v1 + - path: / pathType: Prefix backend: service: