From 74114b575960119b03fb1c1ea70198ccdc5469b5 Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Tue, 3 Sep 2019 00:04:16 +0200 Subject: [PATCH] Update to fuse 6.4 sb2 dependencies. --- .openshiftio/application.yaml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openshiftio/application.yaml b/.openshiftio/application.yaml index d2aa8e4..ff7683d 100644 --- a/.openshiftio/application.yaml +++ b/.openshiftio/application.yaml @@ -169,7 +169,7 @@ objects: imagePullPolicy: IfNotPresent livenessProbe: httpGet: - path: /health + path: /actuator/health port: 8080 scheme: HTTP initialDelaySeconds: 180 @@ -186,7 +186,7 @@ objects: protocol: TCP readinessProbe: httpGet: - path: /health + path: /actuator/health port: 8080 scheme: HTTP initialDelaySeconds: 10 diff --git a/pom.xml b/pom.xml index b033a8a..84f9932 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 - 7.4.0-SNAPSHOT + 7.4.0.fuse-sb2-740019-redhat-00005