From 4be8fab65eb66e3a51a0190b2e5a7559f5a8d4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 31 Aug 2020 17:47:51 +0200 Subject: [PATCH] Adjust healthz probes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/noggin/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/noggin/templates/deploymentconfig.yml b/roles/openshift-apps/noggin/templates/deploymentconfig.yml index 3d4561d73d..a1a1a5047f 100644 --- a/roles/openshift-apps/noggin/templates/deploymentconfig.yml +++ b/roles/openshift-apps/noggin/templates/deploymentconfig.yml @@ -76,14 +76,14 @@ spec: initialDelaySeconds: 5 periodSeconds: 60 httpGet: - path: /healthz/ready + path: /accounts/healthz/ready port: 8080 livenessProbe: timeoutSeconds: 10 initialDelaySeconds: 10 periodSeconds: 60 httpGet: - path: /healthz/live + path: /accounts/healthz/live port: 8080 volumes: - name: noggin-config-volume