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