using the latest and greatest version of tika helm chart 2.9.0
the only config i have in the values is
config.base_url: tika.tika.svc.cluster.local
the issue i am facing that the probes now point to
Liveness: http-get http://:9998/tika.tika.svc.cluster.local
delay=45s timeout=30s period=5s #success=1 #failure=20
Readiness: http-get http://:9998/tika.tika.svc.cluster.local
delay=30s timeout=30s period=5s #success=1 #failure=20
which of course failing
changing manually to
Liveness: http-get http://:9998/tika delay=45s timeout=30s
period=5s #success=1 #failure=20
Readiness: http-get http://:9998/tika delay=30s timeout=30s
period=5s #success=1 #failure=20
resolves the issue
--
Si fractum non sit, noli id reficere