Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Add timeoutSeconds to readinessProbe in app-deploy.yaml (#489)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Groeger <[email protected]>
  • Loading branch information
groeges authored and neeraj-laad committed Nov 15, 2019
1 parent 1ce32cc commit 0a6c857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions incubator/java-microprofile/image/config/app-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
port: APPSODY_PORT
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 1
livenessProbe:
failureThreshold: 12
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-microprofile/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>dev.appsody</groupId>
<artifactId>java-microprofile</artifactId>
<version>0.2.17</version>
<version>0.2.19</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-microprofile/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Eclipse MicroProfile®
version: 0.2.18
version: 0.2.19
description: Eclipse MicroProfile on Open Liberty & OpenJ9 using Maven
license: Apache-2.0
language: java
Expand Down

0 comments on commit 0a6c857

Please sign in to comment.