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:
|
tls:
|
||||||
{% if termination_passthrough is defined and termination_passthrough %}
|
{% if termination_passthrough is defined and termination_passthrough %}
|
||||||
termination: Passthrough
|
termination: Passthrough
|
||||||
|
{% elif termination_reencrypt is defined %}
|
||||||
|
termination: Reencrypt
|
||||||
{% else %}
|
{% else %}
|
||||||
termination: edge
|
termination: edge
|
||||||
insecureEdgeTerminationPolicy: Redirect
|
insecureEdgeTerminationPolicy: Redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue