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

Commit

Permalink
vertx: define timeout seconds for readiness probe (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran64 authored and skoh7645 committed Oct 4, 2019
1 parent 16741dc commit b13d7d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions experimental/vertx/image/config/app-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
port: APPSODY_PORT
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 1
livenessProbe:
failureThreshold: 12
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion experimental/vertx/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.appsody</groupId>
<artifactId>vertx</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion experimental/vertx/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Eclipse Vert.x
version: 0.1.2
version: 0.1.3
description: Eclipse Vert.x runtime for running Java applications
license: Eclipse Public License - Version 2.0
language: java
Expand Down

0 comments on commit b13d7d4

Please sign in to comment.