From d33cac590b7518d75f501441b16d1c1bf9b03c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Thu, 29 Oct 2020 15:16:23 +0100 Subject: [PATCH] Testdays: Try 8080 for readiness and liveness --- roles/openshift-apps/testdays/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/testdays/templates/deploymentconfig.yml b/roles/openshift-apps/testdays/templates/deploymentconfig.yml index a3301a40a0..04b3721c3e 100644 --- a/roles/openshift-apps/testdays/templates/deploymentconfig.yml +++ b/roles/openshift-apps/testdays/templates/deploymentconfig.yml @@ -57,13 +57,13 @@ spec: initialDelaySeconds: 5 httpGet: path: / - port: 80 + port: 8080 livenessProbe: timeoutSeconds: 1 initialDelaySeconds: 30 httpGet: path: / - port: 80 + port: 8080 triggers: - type: ConfigChange