added healthz check to the proxy with configurable port

This commit is contained in:
Mike Danese
2014-11-21 09:06:36 -08:00
parent 162e4983b9
commit 5bda95f9fe
2 changed files with 16 additions and 0 deletions

View File

@@ -26,4 +26,7 @@ const (
// ControllerManagerPort is the default port for the controller manager status server.
// May be overridden by a flag at startup.
ControllerManagerPort = 10252
// ProxyPort is the default port for the proxy status server.
// May be overriden by a flag at startup.
ProxyPort = 10249
)