Browse Source

Update to fuse 6.4 sb2 dependencies.

pull/36/head
Andrea Tarocchi 6 years ago
parent
commit
74114b5759
No known key found for this signature in database
GPG Key ID: EE5630CAB51A767C
  1. 4
      .openshiftio/application.yaml
  2. 2
      pom.xml

4
.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

2
pom.xml

@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<fuse.bom.version>7.4.0-SNAPSHOT</fuse.bom.version>
<fuse.bom.version>7.4.0.fuse-sb2-740019-redhat-00005</fuse.bom.version>
</properties>

Loading…
Cancel
Save