Sonarqube integration

Hello everyone!
I have sonarqube and istio.
I have the ability to connect to istio endpoint and use route http://ip/sonarqube/
It looks like I have to additionally configure sonarqube somehow to change the work path.
Sonarqube is trying to get his files from http://ip, but should work with http://ip/sonarqube/.

Added:
livenessProbe:
sonarWebContext: /sonarqube/
readinessProbe:
sonarWebContext: /sonarqube/
extraEnv:
sonar.web.context: /sonarqube

Now it works.