diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8cc00ea..365232e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -59,12 +59,14 @@ quarkus.swagger-ui.always-include=true %dev.quarkus.openshift.service-account=osh-wrapper-client-sa %dev.quarkus.openshift.namespace=pct-security-tooling +%prod.quarkus.http.root-path=/osh-wrapper/ %stage.quarkus.openshift.name=osh quarkus.openshift.service-account=osh-wrapper-client-sa %stage.quarkus.openshift.labels.env=stage %stage.quarkus.log.level=DEBUG quarkus.arc.remove-unused-beans=false +#%stage.quarkus.http.root-path=/stage/ #Only in Quarkus > 3.x %stage.quarkus.openshift.route.tls.termination=edge