Skip to content

Commit

Permalink
Use default method for getting the readiness path for WildFly
Browse files Browse the repository at this point in the history
Signed-off-by: rieckpil <[email protected]>
  • Loading branch information
rieckpil authored and rieckpil committed Jan 10, 2020
1 parent e97540b commit 745d59f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,4 @@ public ImageFromDockerfile getDefaultImage(File appFile) {
return image;

}

@Override
public Optional<String> getReadinessPath() {
return Optional.of("/health");
}
}

0 comments on commit 745d59f

Please sign in to comment.