diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 14:32:53 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 14:32:53 -0600 |
| commit | debf8403c595c98213bf17913824b081262c15e2 (patch) | |
| tree | cc60dca2a6ef76e3e11ac19e0dc679027cdf4e17 /etc/envoy | |
| parent | d90cc880aedbcea0f8678ed0c906a51a56c749e5 (diff) | |
chore: handle health checks in envoy rather than authzd
Diffstat (limited to 'etc/envoy')
| -rw-r--r-- | etc/envoy/envoy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index bfe2ce16..62f8345b 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -131,6 +131,9 @@ static_resources: - name: ":path" string_match: exact: "/health" + cluster_min_healthy_percentages: + authzd: 100.0 + spicedb: 100.0 - name: envoy.filters.http.router typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router |
