diff --git a/jetty/kubernetes/gateway/nomulus-route-console.yaml b/jetty/kubernetes/gateway/nomulus-route-console.yaml index 7c8f3732e..c30f8e8c2 100644 --- a/jetty/kubernetes/gateway/nomulus-route-console.yaml +++ b/jetty/kubernetes/gateway/nomulus-route-console.yaml @@ -11,9 +11,6 @@ spec: - "console.BASE_DOMAIN" rules: - matches: - - path: - type: Exact - value: / - path: type: PathPrefix value: /console-api @@ -26,12 +23,6 @@ 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 deleted file mode 100644 index e2e88a0f8..000000000 --- a/jetty/src/main/jetty-base/webapps/root/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Nomulus - -If this page doesn't change automatically, please click here