From f8116df7301d5058b457c2fb54413c6ed4daedd6 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:54:11 +1000 Subject: [PATCH] fix kubes --- manifests/03-ingress/flask-htmx-ingress.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/03-ingress/flask-htmx-ingress.yaml b/manifests/03-ingress/flask-htmx-ingress.yaml index f26d2f8..171f0e3 100644 --- a/manifests/03-ingress/flask-htmx-ingress.yaml +++ b/manifests/03-ingress/flask-htmx-ingress.yaml @@ -30,6 +30,16 @@ spec: port: number: 5000 - host: our-style.board.vdk2ch.ru + http: + paths: + - path: /(.*) + pathType: Prefix + backend: + service: + name: flask-htmx-our-style-service + port: + number: 5000 + - host: q.q.vdk2ch.ru http: paths: - path: /(.*)