Enable profiler-address to be configured (#9311)
Signed-off-by: aimuz <mr.imuz@gmail.com> Signed-off-by: aimuz <mr.imuz@gmail.com>
This commit is contained in:
parent
49bd5dd763
commit
15c4078032
4 changed files with 9 additions and 4 deletions
|
|
@ -36,6 +36,9 @@ import (
|
|||
// ProfilerPort port used by the ingress controller to expose the Go Profiler when it is enabled.
|
||||
var ProfilerPort = 10245
|
||||
|
||||
// ProfilerAddress IP address used by the ingress controller to expose the Go Profiler when it is enabled.
|
||||
var ProfilerAddress = "127.0.0.1"
|
||||
|
||||
// TemplatePath path of the NGINX template
|
||||
var TemplatePath = "/etc/nginx/template/nginx.tmpl"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue