Skip to content

Commit d55985e

Browse files
committed
fix: remove incorrect healthcheck cluster config
Signed-off-by: bitliu <[email protected]>
1 parent 8dd4dd7 commit d55985e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

config/envoy.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ static_resources:
120120
connect_timeout: 300s
121121
type: STRICT_DNS
122122
lb_policy: ROUND_ROBIN
123-
health_checks:
124-
- timeout: 5s
125-
interval: 10s
126-
unhealthy_threshold: 3
127-
healthy_threshold: 2
128-
http_health_check:
129-
path: "/health"
130-
expected_statuses:
131-
- start: 200
132-
end: 299
133123
typed_extension_protocol_options:
134124
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
135125
"@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
@@ -150,16 +140,6 @@ static_resources:
150140
connect_timeout: 300s
151141
type: STRICT_DNS
152142
lb_policy: ROUND_ROBIN
153-
health_checks:
154-
- timeout: 5s
155-
interval: 10s
156-
unhealthy_threshold: 3
157-
healthy_threshold: 2
158-
http_health_check:
159-
path: "/health"
160-
expected_statuses:
161-
- start: 200
162-
end: 299
163143
typed_extension_protocol_options:
164144
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
165145
"@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
@@ -180,16 +160,6 @@ static_resources:
180160
connect_timeout: 300s
181161
type: STRICT_DNS
182162
lb_policy: ROUND_ROBIN
183-
health_checks:
184-
- timeout: 5s
185-
interval: 10s
186-
unhealthy_threshold: 3
187-
healthy_threshold: 2
188-
http_health_check:
189-
path: "/health"
190-
expected_statuses:
191-
- start: 200
192-
end: 299
193163
typed_extension_protocol_options:
194164
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
195165
"@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions

0 commit comments

Comments
 (0)