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

Merged
pcaseiro merged 3 commits from fix/hydra_liveness_probe_url into unstable 2025-03-07 13:52:31 +01:00
Showing only changes of commit 9e02d7badb - Show all commits

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