We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931e3f2 commit e1f19fcCopy full SHA for e1f19fc
src/main/resources/application.properties
@@ -48,6 +48,12 @@ quarkus.openshift.startup-probe.failure-threshold=48
48
quarkus.openshift.ports."management".container-port=9000
49
quarkus.openshift.ports."management".host-port=90
50
# Add routes:
51
+quarkus.openshift.route.host=infra.hibernate.org
52
+quarkus.openshift.route.path=/replicate-jira
53
+# Use a rewrite target so that the request go to the app root and the app handles the remaining path
54
+# otherwise the app will end up receiving the path starting with `quarkus.openshift.route.path` (see ^)
55
+# which it has no idea how to handle:
56
+quarkus.openshift.route.annotations."haproxy.router.openshift.io/rewrite-target"=/
57
quarkus.openshift.route.expose=true
58
quarkus.openshift.route.target-port=http
59
## Route TLS configuration:
0 commit comments