forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrds-websocket.json.golden
More file actions
67 lines (67 loc) · 1.44 KB
/
rds-websocket.json.golden
File metadata and controls
67 lines (67 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"virtual_hosts": [
{
"name": "hello.default.svc.cluster.local|http",
"domains": [
"hello:80",
"hello",
"hello.default:80",
"hello.default",
"hello.default.svc:80",
"hello.default.svc",
"hello.default.svc.cluster:80",
"hello.default.svc.cluster",
"hello.default.svc.cluster.local:80",
"hello.default.svc.cluster.local",
"10.1.0.0:80",
"10.1.0.0"
],
"routes": [
{
"prefix": "/websocket",
"cluster": "out.hello.default.svc.cluster.local|http",
"timeout_ms": 0,
"use_websocket": true,
"decorator": {
"operation": "websocket"
}
},
{
"prefix": "/",
"cluster": "out.hello.default.svc.cluster.local|http",
"timeout_ms": 0,
"decorator": {
"operation": "default-route"
}
}
]
},
{
"name": "world.default.svc.cluster.local|http",
"domains": [
"world:80",
"world",
"world.default:80",
"world.default",
"world.default.svc:80",
"world.default.svc",
"world.default.svc.cluster:80",
"world.default.svc.cluster",
"world.default.svc.cluster.local:80",
"world.default.svc.cluster.local",
"10.2.0.0:80",
"10.2.0.0"
],
"routes": [
{
"prefix": "/",
"cluster": "out.world.default.svc.cluster.local|http",
"timeout_ms": 0,
"decorator": {
"operation": "default-route"
}
}
]
}
]
}