Skip to content

Instantly share code, notes, and snippets.

@turgayozgur
Created November 27, 2019 20:14
Show Gist options
  • Save turgayozgur/6263c0adbe1097c3341c3eaf644a0bda to your computer and use it in GitHub Desktop.
Save turgayozgur/6263c0adbe1097c3341c3eaf644a0bda to your computer and use it in GitHub Desktop.
version_info: "0"
resources:
- '@type': type.googleapis.com/envoy.api.v2.RouteConfiguration
name: local_route # route_config_name on the lds.yaml
virtual_hosts:
- name: "EnvoyNetCore"
domains:
- "envoynetcore.com"
routes:
- match:
prefix: /
route:
cluster: "EnvoyNetCore" # cluster name on the cds.yaml we want to point to.
timeout: 60s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment