Change healthz port to avoid conflicts when running using hostNetwork

This commit is contained in:
Manuel de Brito Fontes 2016-08-02 21:47:44 -04:00
parent 0f70b80745
commit 4fe3462a82
14 changed files with 20 additions and 13 deletions

View file

@ -38,7 +38,7 @@ import (
)
const (
healthPort = 10249
healthPort = 10254
)
var (