Created
July 23, 2018 16:13
-
-
Save kelseyhightower/0dd3048ce82145834d1b1f90a2d8ff69 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
static_resources: | |
listeners: | |
- name: health_check_listener | |
address: | |
socket_address: | |
address: 0.0.0.0 | |
port_value: 80 | |
filter_chains: | |
- filters: | |
- name: envoy.http_connection_manager | |
config: | |
stat_prefix: health_check_http | |
http_filters: | |
- name: envoy.health_check | |
config: | |
pass_through_mode: false | |
endpoint: /healthz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment