Skip to content

Instantly share code, notes, and snippets.

@peterj
Created July 19, 2021 20:54
Show Gist options
  • Save peterj/285c66625e0070ad2bdc34433cce33b6 to your computer and use it in GitHub Desktop.
Save peterj/285c66625e0070ad2bdc34433cce33b6 to your computer and use it in GitHub Desktop.
route_config:
virtual_hosts:
- name: all_domains
domains: ["*"]
routes:
- match:
prefix: "/blue"
route:
cluster: blue
- match:
prefix: "/green"
route:
cluster: green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment