From 43b6509e298a057d7c3c676a2c4c989c1c5ededc Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Fri, 25 Oct 2024 19:34:52 +0200 Subject: [PATCH] change whoami ingressroute priority to 1 --- whoami/base/whoami-ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whoami/base/whoami-ingress.yaml b/whoami/base/whoami-ingress.yaml index e0930b4..f64a612 100644 --- a/whoami/base/whoami-ingress.yaml +++ b/whoami/base/whoami-ingress.yaml @@ -19,7 +19,7 @@ spec: routes: - match: HostRegexp(`.*`) kind: Rule - priority: 9999 + priority: 1 services: - name: whoami port: web @@ -32,7 +32,7 @@ spec: routes: - match: HostRegexp(`.*`) kind: Rule - priority: 9999 + priority: 1 services: - name: whoami port: web