Allow re-encrypt

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-06-29 21:56:33 +02:00
parent 3b612c0dea
commit ce79bda4d9

View file

@ -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