[404-server] conceal /metrics behind port 10254

This commit conceals the /metrics endpoint behind port 10254.

Thanks to @aledbf for all the help getting this through!

Signed-off-by: Jonathan Pulsifer <jonathan.pulsifer@shopify.com>
This commit is contained in:
Jonathan Pulsifer 2018-09-26 16:02:18 -04:00
parent ab11a8da56
commit d487a50e39
No known key found for this signature in database
GPG key ID: 0472D3B3F5012430
3 changed files with 75 additions and 24 deletions

View file

@ -20,7 +20,7 @@
all: push
TAG?=1.4
TAG?=1.5
PREFIX?=gcr.io/google_containers/defaultbackend
ARCH?=amd64