fix(hydra): use same liveness URL as ory's helm

This commit is contained in:
Laurent Gourvenec 2025-03-07 11:15:43 +01:00
parent 87a056be2c
commit 9e02d7badb

View File

@ -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