How to expose sentry on subpath in nginx ingress?
问题 I have Sentry running in my cluster and i want to expose it on subpath using nginx ingress but it seems that it only works on root path, i tried several ways but it didn't work. Is there any configuration i can perform in order to make it work on a subpath because i've seen some examples using these two variables in the sentry.conf.py file: SENTRY_URL_PREFIX = '/sentry' FORCE_SCRIPT_NAME = '/sentry' But i don't know if it works Here is the ingress resource for sentry : apiVersion: networking