From c15a0c5ee1fbf981a068ae137173986c9374f838 Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Wed, 14 Jun 2023 11:12:18 +0100 Subject: [PATCH] Add example deploy and set TLS to edge --- 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 92cde6d..cfe76d7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ +#Example deploy - mvn deploy -Dquarkus.profile=stage -Dquarkus.kubernetes.deploy=true # quarkus.rest-client."rest.CreateScanService".url=https://localhost:8080/ # quarkus.rest-client."rest.CreateScanService".scope=javax.inject.Singleton @@ -11,6 +12,7 @@ %stage.quarkus.openshift.name=osh %stage.quarkus.openshift.labels.env=stage +%stage.quarkus.openshift.route.tls.termination=edge %stage.quarkus.openshift.route.expose=true ##########################################