Change healthz port to avoid conflicts when running using hostNetwork
This commit is contained in:
parent
0f70b80745
commit
4fe3462a82
14 changed files with 20 additions and 13 deletions
|
|
@ -38,7 +38,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
healthPort = 10249
|
||||
healthPort = 10254
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue