Created
November 27, 2019 20:11
-
-
Save turgayozgur/f7e606c80540ea7397a42ffbd2149f8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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