change whoami ingressroute priority to 1

This commit is contained in:
Mans Ziesel 2024-10-25 19:34:52 +02:00
parent b4b90e06c0
commit 43b6509e29

View File

@ -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