File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 2525 typed_config:
2626 "@type": type.googleapis.com/envoy.extensions.access_loggers.stream.v3.StdoutAccessLog
2727 http_filters:
28+ - name: envoy.filters.http.health_check
29+ typed_config:
30+ "@type": type.googleapis.com/envoy.extensions.filters.http.health_check.v3.HealthCheck
31+ pass_through_mode: false
32+ headers:
33+ - name: ":path"
34+ exact_match: "/healthz"
35+ - name: "x-envoy-livenessprobe"
36+ exact_match: "healthz"
2837 - name: envoy.filters.http.grpc_web
2938 - name: envoy.filters.http.cors
3039 - name: envoy.filters.http.router
5261 - name: grpc_service
5362 connect_timeout: 0.25s
5463 type: logical_dns
64+ http2_protocol_options: {}
5565 lb_policy: round_robin
5666 load_assignment:
5767 cluster_name: cluster_0
6272 socket_address:
6373 address: server
6474 port_value: 9000
75+ health_checks:
76+ timeout: 1s
77+ interval: 10s
78+ unhealthy_threshold: 2
79+ healthy_threshold: 2
80+ grpc_health_check: {}
6581kind : ConfigMap
6682metadata :
6783 name : envoy-config
Original file line number Diff line number Diff line change 6767 - mountPath : /etc/envoy/envoy.yaml
6868 subPath : envoy.yaml
6969 name : envoy-config
70+ readinessProbe :
71+ httpGet :
72+ port : envoy
73+ httpHeaders :
74+ - name : x-envoy-livenessprobe
75+ value : healthz
76+ path : /healthz
7077 volumes :
7178 - name : envoy-config
7279 configMap :
You can’t perform that action at this time.
0 commit comments