|
|
@@ -46,6 +46,7 @@ spec:
|
|
|
routes:
|
|
|
- match: ((Host(`go`)||Host(`go.dezendorf.net`))) && Path(`/list`)
|
|
|
kind: Rule
|
|
|
+ priority: 5
|
|
|
middlewares:
|
|
|
- name: gopyhttpsgofqdn
|
|
|
services:
|
|
|
@@ -53,6 +54,7 @@ spec:
|
|
|
port: 5000
|
|
|
- match: ((Host(`go`)||Host(`go.dezendorf.net`))) && Path(`/{url:.*}/edit`)
|
|
|
kind: Rule
|
|
|
+ priority: 4
|
|
|
middlewares:
|
|
|
- name: gopyhttpsgofqdn
|
|
|
services:
|
|
|
@@ -60,6 +62,7 @@ spec:
|
|
|
port: 5000
|
|
|
- match: ((Host(`go`)||Host(`go.dezendorf.net`))) && Path(`/{url:.*}/add`)
|
|
|
kind: Rule
|
|
|
+ priority: 3
|
|
|
middlewares:
|
|
|
- name: gopyhttpsgofqdn
|
|
|
services:
|
|
|
@@ -67,13 +70,15 @@ spec:
|
|
|
port: 5000
|
|
|
- match: ((Host(`go`)||Host(`go.dezendorf.net`))) && Path(`/{url:.*}/delete`)
|
|
|
kind: Rule
|
|
|
+ priority: 2
|
|
|
middlewares:
|
|
|
- name: gopyhttpsgofqdn
|
|
|
services:
|
|
|
- name: gopy
|
|
|
port: 5000
|
|
|
- - match: ((Host(`go`)||Host(`go.dezendorf.net`))||Host(`go.dezendorf.com`))
|
|
|
+ - match: ((Host(`go`)||Host(`go.dezendorf.net`))
|
|
|
kind: Rule
|
|
|
+ priority: 1
|
|
|
services:
|
|
|
- name: gopy
|
|
|
port: 5000
|