diff --git a/roles/openshift/route/templates/route.yml b/roles/openshift/route/templates/route.yml index bb5b207b99..94923c098b 100644 --- a/roles/openshift/route/templates/route.yml +++ b/roles/openshift/route/templates/route.yml @@ -26,6 +26,8 @@ spec: tls: {% if termination_passthrough is defined and termination_passthrough %} termination: Passthrough +{% elif termination_reencrypt is defined %} + termination: Reencrypt {% else %} termination: edge insecureEdgeTerminationPolicy: Redirect