From d38edd2bb1e406f9c2ee90481f837aad1b0fb0f7 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Mon, 27 Aug 2018 18:31:18 -0400 Subject: [PATCH] fix port --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 5c8bac2efa4..56a2c0fd515 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -34,7 +34,7 @@ spec: livenessProbe: httpGet: path: /healthcheck - port: 80 + port: 5000 initialDelaySeconds: 10 periodSeconds: 10 # failure if CI is busy for > 120 seconds