From bc314685baa10590d4624446bc63491897d9743f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 12 Feb 2024 17:32:56 -0800 Subject: [PATCH] bodhi: fix typos Signed-off-by: Kevin Fenzi --- roles/openshift-apps/bodhi/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/bodhi/templates/deploymentconfig.yml b/roles/openshift-apps/bodhi/templates/deploymentconfig.yml index 6b71ab118c..9a8ef5ae58 100644 --- a/roles/openshift-apps/bodhi/templates/deploymentconfig.yml +++ b/roles/openshift-apps/bodhi/templates/deploymentconfig.yml @@ -84,9 +84,9 @@ items: path: /healthz/ready port: 8080 livenessProbe: - timeoutSeconds: 60s + timeoutSeconds: 60 initialDelaySeconds: 30 - periodSeconds: 120s + periodSeconds: 120 failureThreshold: 5 httpGet: path: /healthz/live