mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
allow openshift routes to specify termination
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -24,5 +24,9 @@ spec:
|
||||
kind: Service
|
||||
name: {{ servicename }}
|
||||
tls:
|
||||
{% if termination_passthrough is defined and termination_passthrough %}
|
||||
termination: Passthrough
|
||||
{% else %}
|
||||
termination: edge
|
||||
insecureEdgeTerminationPolicy: Redirect
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user