Skip to content

Commit ed36bae

Browse files
committed
charts/synapse/Chart.yaml
1 parent 332651f commit ed36bae

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: v2
33
name: synapse
44
description: matrix synapse kubernetes deployment
5-
version: 2.3.5
5+
version: 2.3.6
66
appVersion: 1.151.0

charts/synapse/scripts/envoy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ static_resources:
408408
connect_timeout: 0.02s
409409
type: STRICT_DNS
410410
dns_lookup_family: V4_ONLY
411-
drain_connections_on_host_removal: true
411+
ignore_health_on_host_removal: true
412412
lb_policy: LEAST_REQUEST
413413
least_request_lb_config:
414414
choice_count: 2
@@ -441,7 +441,7 @@ static_resources:
441441
connect_timeout: 0.02s
442442
type: STRICT_DNS
443443
dns_lookup_family: V4_ONLY
444-
drain_connections_on_host_removal: true
444+
ignore_health_on_host_removal: true
445445
lb_policy: RING_HASH
446446
circuit_breakers:
447447
thresholds:
@@ -466,7 +466,7 @@ static_resources:
466466
connect_timeout: 0.02s
467467
type: STRICT_DNS
468468
dns_lookup_family: V4_ONLY
469-
drain_connections_on_host_removal: true
469+
ignore_health_on_host_removal: true
470470
lb_policy: RING_HASH
471471
circuit_breakers:
472472
thresholds:
@@ -491,7 +491,7 @@ static_resources:
491491
connect_timeout: 0.02s
492492
type: STRICT_DNS
493493
dns_lookup_family: V4_ONLY
494-
drain_connections_on_host_removal: true
494+
ignore_health_on_host_removal: true
495495
lb_policy: RING_HASH
496496
circuit_breakers:
497497
thresholds:

charts/synapse/tests/golden/fixtures/test-envoy-configmap.golden.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ data:
419419
connect_timeout: 0.02s
420420
type: STRICT_DNS
421421
dns_lookup_family: V4_ONLY
422-
drain_connections_on_host_removal: true
422+
ignore_health_on_host_removal: true
423423
lb_policy: LEAST_REQUEST
424424
least_request_lb_config:
425425
choice_count: 2
@@ -452,7 +452,7 @@ data:
452452
connect_timeout: 0.02s
453453
type: STRICT_DNS
454454
dns_lookup_family: V4_ONLY
455-
drain_connections_on_host_removal: true
455+
ignore_health_on_host_removal: true
456456
lb_policy: RING_HASH
457457
circuit_breakers:
458458
thresholds:
@@ -477,7 +477,7 @@ data:
477477
connect_timeout: 0.02s
478478
type: STRICT_DNS
479479
dns_lookup_family: V4_ONLY
480-
drain_connections_on_host_removal: true
480+
ignore_health_on_host_removal: true
481481
lb_policy: RING_HASH
482482
circuit_breakers:
483483
thresholds:
@@ -502,7 +502,7 @@ data:
502502
connect_timeout: 0.02s
503503
type: STRICT_DNS
504504
dns_lookup_family: V4_ONLY
505-
drain_connections_on_host_removal: true
505+
ignore_health_on_host_removal: true
506506
lb_policy: RING_HASH
507507
circuit_breakers:
508508
thresholds:

charts/synapse/tests/golden/fixtures/test-envoy-deployment.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
app: synapse
2626
component: synapse-client-reader-envoy
2727
annotations:
28-
checksum/config: 7744c508a75509a4e4500af09f8b754d2afa52372ffef03ad95c19cd4bb9d7c3
28+
checksum/config: 4306a5fe13ce835bd5d8c12f9b7309eb2b9cf97095b33b6776657844ea9b3640
2929
spec:
3030
terminationGracePeriodSeconds: 60
3131
containers:

0 commit comments

Comments
 (0)