We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1aa40 commit dc7078cCopy full SHA for dc7078c
src/main/resources/application.properties
@@ -44,6 +44,12 @@ quarkus.openshift.startup-probe.failure-threshold=48
44
# Declare the management port on the service
45
quarkus.openshift.ports."management".container-port=9000
46
quarkus.openshift.ports."management".host-port=90
47
+# Add routes:
48
+quarkus.openshift.route.expose=true
49
+quarkus.openshift.route.target-port=https
50
+## Route TLS configuration:
51
+quarkus.openshift.route.tls.termination=edge
52
+quarkus.openshift.route.tls.insecure-edge-termination-policy=Redirect
53
# Don't use the version in (service) selectors,
54
# otherwise a rollback to an earlier version (due to failing startup) makes the service unavailable
55
quarkus.openshift.add-version-to-label-selectors=false
0 commit comments