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: /(.*)