diff --git a/apps/base/logging/vlogs/httproute.yaml b/apps/base/logging/vlogs/httproute.yaml index 03debad..b97755e 100644 --- a/apps/base/logging/vlogs/httproute.yaml +++ b/apps/base/logging/vlogs/httproute.yaml @@ -37,6 +37,18 @@ spec: name: vlogs-external sectionName: https rules: + # Exact / outranks the PathPrefix catch-all; target needs the trailing slash + - filters: + - type: RequestRedirect + requestRedirect: + path: + type: ReplaceFullPath + replaceFullPath: /select/vmui/ + statusCode: 302 + matches: + - path: + type: Exact + value: / - backendRefs: - group: "" kind: Service