Add TLS-enabled Router
This commit is contained in:
parent
2895ad21f3
commit
9e3f549341
5 changed files with 53 additions and 0 deletions
13
integration/testdata/rawdata-ingress.json
vendored
13
integration/testdata/rawdata-ingress.json
vendored
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"routers": {
|
||||
"whoami-test-https/whoami-tls@kubernetes": {
|
||||
"service": "default/whoami/http",
|
||||
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
||||
"tls": {},
|
||||
"status": "enabled"
|
||||
},
|
||||
"whoami-test-https/whoami@kubernetes": {
|
||||
"service": "default/whoami/http",
|
||||
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
||||
"status": "enabled"
|
||||
},
|
||||
"whoami-test/whoami@kubernetes": {
|
||||
"service": "default/whoami/http",
|
||||
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
|
||||
|
@ -21,6 +32,8 @@
|
|||
},
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"whoami-test-https/whoami-tls@kubernetes",
|
||||
"whoami-test-https/whoami@kubernetes",
|
||||
"whoami-test/whoami@kubernetes"
|
||||
],
|
||||
"serverStatus": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue