[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:
parent
ab11a8da56
commit
d487a50e39
3 changed files with 75 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue