summaryrefslogtreecommitdiff
path: root/etc/envoy
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-14 14:32:53 -0600
committermo khan <mo@mokhan.ca>2025-07-14 14:32:53 -0600
commitdebf8403c595c98213bf17913824b081262c15e2 (patch)
treecc60dca2a6ef76e3e11ac19e0dc679027cdf4e17 /etc/envoy
parentd90cc880aedbcea0f8678ed0c906a51a56c749e5 (diff)
chore: handle health checks in envoy rather than authzd
Diffstat (limited to 'etc/envoy')
-rw-r--r--etc/envoy/envoy.yaml3
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