Skip to content

Commit 2fafd31

Browse files
schulzhYavor16
authored andcommitted
fix health check type serialization
1 parent 355658f commit 2fafd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/ApplicationManifestUtilsV3.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ private static Map<String, Object> toProcessYaml(ManifestV3Process process) {
327327
process.getReadinessHealthCheckInvocationTimeout());
328328
putIfPresent(
329329
yaml, "readiness-health-check-interval", process.getReadinessHealthCheckInterval());
330+
putIfPresent(yaml, "health-check-type", process.getHealthCheckType().getValue());
330331
putIfPresent(yaml, "instances", process.getInstances());
331332
putIfPresent(yaml, "memory", process.getMemory());
332333
putIfPresent(yaml, "timeout", process.getTimeout());

0 commit comments

Comments
 (0)