[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

@ -3,7 +3,7 @@ timeout: 10800s
substitutions:
{ "_ARCH": "amd64",
"_REGISTRY": "gcr.io/k8s-image-staging",
"_TAG": "1.4" }
"_TAG": "1.5" }
steps:
- name: gcr.io/cloud-builders/git