Allow re-encrypt
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
3b612c0dea
commit
ce79bda4d9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue