From f7a3debf207be95ec78401382e4272704ff1744d Mon Sep 17 00:00:00 2001 From: Manuel Bovo Date: Sun, 26 May 2024 23:36:35 +0200 Subject: [PATCH] fix ingress --- high/apps/monica/ingress.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/high/apps/monica/ingress.yaml b/high/apps/monica/ingress.yaml index 322ad04..2850de9 100644 --- a/high/apps/monica/ingress.yaml +++ b/high/apps/monica/ingress.yaml @@ -16,17 +16,17 @@ spec: - host: monica.k.zroot.org http: paths: - - backend: - service: - name: monicahq - port: - number: 8080 - path: / - pathType: Prefix - backend: service: name: notfound port: number: 80 path: /register + pathType: Exact + - backend: + service: + name: monicahq + port: + number: 8080 + path: / pathType: Prefix \ No newline at end of file