From 870fafdea0450e8b3c37783ac22324c79be61196 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sun, 2 Jul 2023 00:19:48 +1000 Subject: [PATCH] board? --- manifests/03-ingress/flask-htmx-ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: