Route parameters (Red Hat OpenShift only)

Parameter Description Default
route.client.deploy Deploy route for the client service false
route.client.annotations Annotations for the client route {}
route.client.host Route host DNS name ""
route.client.path Route path suffix "/"
route.client.targetPort Target service port (port name may be used) http
route.client.tls.enabled Enable TLS for the route inbound traffic []
route.client.tls.termination TLS Termination type (edge, passthrough, reencrypt) edge
route.client.tls.insecureEdgeTerminationPolicy TLS termination policy (Redirect, Allow, None) Redirect
route.client.tls.caCertificate Route PEM CA certificate content ""
route.client.tls.certificate Route PEM certificate content ""
route.client.tls.key Route PEM private key content ""
route.client.tls.destinationCACertificate Target service CA certificate content ""
route.server.deploy Deploy route for the server service false
route.server.annotations Annotations for the server route {}
route.server.host Route host DNS name ""
route.server.path Route path suffix "/"
route.server.targetPort Target service port (port name may be used) http
route.server.tls.enabled Enable TLS for the route inbound traffic []
route.server.tls.termination TLS Termination type (edge, passthrough, reencrypt) edge
route.server.tls.insecureEdgeTerminationPolicy TLS termination policy (Redirect, Allow, None) Redirect
route.server.tls.caCertificate Route PEM CA certificate content ""
route.server.tls.certificate Route PEM certificate content ""
route.server.tls.key Route PEM private key content ""
route.server.tls.destinationCACertificate Target service CA certificate content ""
route.rest.deploy Deploy route for the server service false
route.rest.annotations Annotations for the server route {}
route.rest.host Route host DNS name ""
route.rest.path Route path suffix "/"
route.rest.targetPort Target service port (port name may be used) http
route.rest.tls.enabled Enable TLS for the route inbound traffic []
route.rest.tls.termination TLS Termination type (edge, passthrough, reencrypt) edge
route.rest.tls.insecureEdgeTerminationPolicy TLS termination policy (Redirect, Allow, None) Redirect
route.rest.tls.caCertificate Route PEM CA certificate content ""
route.rest.tls.certificate Route PEM certificate content ""
route.rest.tls.key Route PEM private key content ""
route.rest.tls.destinationCACertificate Target service CA certificate content ""