Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created July 23, 2018 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelseyhightower/0dd3048ce82145834d1b1f90a2d8ff69 to your computer and use it in GitHub Desktop.
Save kelseyhightower/0dd3048ce82145834d1b1f90a2d8ff69 to your computer and use it in GitHub Desktop.
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