Fix nginx variable service_port (nginx) (#4500)
This commit is contained in:
parent
72cb7f5e14
commit
c7d2444cf4
4 changed files with 107 additions and 88 deletions
|
|
@ -955,7 +955,7 @@ stream {
|
|||
set $namespace {{ $ing.Namespace | quote}};
|
||||
set $ingress_name {{ $ing.Rule | quote }};
|
||||
set $service_name {{ $ing.Service | quote }};
|
||||
set $service_port {{ $location.Port | quote }};
|
||||
set $service_port {{ $ing.ServicePort | quote }};
|
||||
set $location_path {{ $location.Path | escapeLiteralDollar | quote }};
|
||||
|
||||
{{ if $all.Cfg.EnableOpentracing }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue