Roger

Results 12 comments of Roger

Same issue here. My Workaround is to do the healthcheck with curl inside the container. ``` livenessProbe: exec: command: - sh - -c - 'curl -s http://localhost:32400/identity | grep -q...