When deploying to my Kubernetes cluster, the liveliness probe check fails (401). I looked at the configuration and the probe checks (both liveliness and readiness) were not set to use /ping but the default / instead, despite the configuration in this file.
Helm repository :
https://athics-team.github.io/traefik-jwt-decode/
Helm chart :traefik-jwt-decode
Helm version :0.1.0
Helm valuesWhen deploying to my Kubernetes cluster, the liveliness probe check fails (401). I looked at the configuration and the probe checks (both liveliness and readiness) were not set to use
/ping
but the default/
instead, despite the configuration in this file.Do you have any idea of how to fix this ?