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