From 6d246a226fa153fa3e909a00c52a7cc4f3e320ef Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 21 Sep 2018 13:01:49 +0200 Subject: [PATCH] Use the api endpoint for the probes Signed-off-by: Clement Verna --- roles/openshift-apps/fpdc/files/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/fpdc/files/deploymentconfig.yml b/roles/openshift-apps/fpdc/files/deploymentconfig.yml index 29e5c73192..cf51356312 100644 --- a/roles/openshift-apps/fpdc/files/deploymentconfig.yml +++ b/roles/openshift-apps/fpdc/files/deploymentconfig.yml @@ -33,13 +33,13 @@ spec: timeoutSeconds: 1 initialDelaySeconds: 5 httpGet: - path: / + path: /api/v1/ port: 8080 livenessProbe: timeoutSeconds: 1 initialDelaySeconds: 30 httpGet: - path: / + path: /api/v1/ port: 8080 volumes: - name: config-volume