diff --git a/nginx/nginx.conf.tmpl b/nginx/nginx.conf.tmpl index 235ffaf14a..2e98867fb9 100644 --- a/nginx/nginx.conf.tmpl +++ b/nginx/nginx.conf.tmpl @@ -38,11 +38,6 @@ http { '"request_method": "$request_method",' '"protocol": "$server_protocol",' '},' - '"ingress":' - '{' - '"name": "$ingress_name",' - '"namespace": "$namespace"' - '},' '"network":' '{' '"bytes_written": $body_bytes_sent,' @@ -52,7 +47,6 @@ http { '{' '"address_list": "$upstream_addr",' '"status_code": "$upstream_status",' - '"name": "$proxy_upstream_name",' '"response_time": "$upstream_response_time",' '"response_length": "$upstream_response_length",' '"cache_status": "$cache_status"'