From 29c73976f3938f091f5c9e67be9896609902ba7d Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Mon, 10 Jul 2023 13:14:32 +0100 Subject: [PATCH] Set path to be osh-wrapper for prod system route --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) 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