We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2030e5 commit 2ec214dCopy full SHA for 2ec214d
jetty/kubernetes/gateway/nomulus-route-console.yaml
@@ -10,6 +10,9 @@ spec:
10
- "console.BASE_DOMAIN"
11
rules:
12
- matches:
13
+ - path:
14
+ type: Exact
15
+ value: /
16
- path:
17
type: PathPrefix
18
value: /console-api
@@ -22,6 +25,12 @@ spec:
22
25
name: console
23
26
port: 80
24
27
28
29
30
31
+ headers:
32
+ - name: "canary"
33
+ value: "true"
34
35
36
jetty/src/main/jetty-base/webapps/root/index.html
@@ -0,0 +1,5 @@
1
+<!doctype html>
2
+<meta http-equiv="refresh" content="0;URL=/console">
3
+<title>Nomulus</title>
4
+<body lang="en-US">
5
+If this page doesn't change automatically, please click <a href="/console">here</a>
0 commit comments