Strapi deploy prefix

Hello i am using kubernetes to deploy strapi and i need to deploy it under custom prefix for example “/strapi” so i could access any default route for example www.domain.com/admin with my prefixed path
www.domain.com/strapi/admin any clues how to do it? or the only way is to use reverse proxy like nginx?