Create custom annotation for satisfy "value"
This commit is contained in:
parent
784d57ea69
commit
ec04852526
9 changed files with 249 additions and 0 deletions
|
|
@ -1304,6 +1304,10 @@ stream {
|
|||
proxy_set_header X-Service-Port $service_port;
|
||||
{{ end }}
|
||||
|
||||
{{ if $location.Satisfy }}
|
||||
satisfy {{ $location.Satisfy }};
|
||||
{{ end }}
|
||||
|
||||
{{/* if a location-specific error override is set, add the proxy_intercept here */}}
|
||||
{{ if $location.CustomHTTPErrors }}
|
||||
# Custom error pages per ingress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue