Skip to content

Instantly share code, notes, and snippets.

@turgayozgur
Created November 27, 2019 20:11
Show Gist options
  • Save turgayozgur/f7e606c80540ea7397a42ffbd2149f8c to your computer and use it in GitHub Desktop.
Save turgayozgur/f7e606c80540ea7397a42ffbd2149f8c to your computer and use it in GitHub Desktop.
version_info: "0"
resources:
- '@type': type.googleapis.com/envoy.api.v2.Listener
name: listener_0
address:
socket_address:
address: 0.0.0.0
port_value: "80"
filter_chains:
- filters:
- name: envoy.http_connection_manager
config:
stat_prefix: ingress_http
codec_type: AUTO
server_name: default
rds:
route_config_name: local_route
config_source:
path: /etc/envoy/rds.yaml
http_filters:
- name: envoy.router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment