diff --git a/jetty/kubernetes/gateway/nomulus-route-console.yaml b/jetty/kubernetes/gateway/nomulus-route-console.yaml index c30f8e8c2..7c8f3732e 100644 --- a/jetty/kubernetes/gateway/nomulus-route-console.yaml +++ b/jetty/kubernetes/gateway/nomulus-route-console.yaml @@ -11,6 +11,9 @@ spec: - "console.BASE_DOMAIN" rules: - matches: + - path: + type: Exact + value: / - path: type: PathPrefix value: /console-api @@ -23,6 +26,12 @@ spec: name: console port: 80 - matches: + - path: + type: Exact + value: / + headers: + - name: "canary" + value: "true" - path: type: PathPrefix value: /console-api diff --git a/jetty/src/main/jetty-base/webapps/root/index.html b/jetty/src/main/jetty-base/webapps/root/index.html new file mode 100644 index 000000000..e2e88a0f8 --- /dev/null +++ b/jetty/src/main/jetty-base/webapps/root/index.html @@ -0,0 +1,5 @@ + + +