Skip to content

Instantly share code, notes, and snippets.

@ncdc
Created April 20, 2018 01:18
Show Gist options
  • Save ncdc/9dfac5c987d3a1407035997c6e7a2d6d to your computer and use it in GitHub Desktop.
Save ncdc/9dfac5c987d3a1407035997c6e7a2d6d to your computer and use it in GitHub Desktop.
"route_table_dump": {
"name": "ingress_http",
"virtual_hosts": [
{
"name": "kuard.demo",
"domains": [
"kuard.demo"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"weighted_clusters": {
"clusters": [
{
"name": "default/kuard/8080",
"weight": 90,
"request_headers_to_add": [
{
"header": {
"key": "Host",
"value": "kuard.cluster1.backend"
}
}
]
},
{
"name": "default/kuard2/8080",
"weight": 10,
"request_headers_to_add": [
{
"header": {
"key": "Host",
"value": "kuard2.cluster2.backend"
}
}
]
}
]
}
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment