From 9e02d7badb88e14c8d2c11e579bc13a3c620b1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Fri, 7 Mar 2025 11:15:43 +0100 Subject: [PATCH] fix(hydra): use same liveness URL as ory's helm --- resources/hydra/resources/hydra-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/hydra/resources/hydra-deployment.yaml b/resources/hydra/resources/hydra-deployment.yaml index 32ec138..256fb21 100644 --- a/resources/hydra/resources/hydra-deployment.yaml +++ b/resources/hydra/resources/hydra-deployment.yaml @@ -46,7 +46,7 @@ spec: - wget - --spider - -q - - http://127.0.0.1:4444/.well-known/openid-configuration + - http://127.0.0.1:4445/health/alive failureThreshold: 6 periodSeconds: 10 timeoutSeconds: 10