You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-docs/src/main/asciidoc/configuration-kubernetes-app-properties.adoc
+8-3
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ This overrides the JVM memory setting for the desired `<application>` (replace `
104
104
[[getting-started-kubernetes-probes]]
105
105
==== Liveness, Readiness and Startup Probes
106
106
107
-
The `liveness` and `readiness` probes use paths called `/health` and `/info`, respectively. They use a `delay` of `1` for both and a `period` of `60` and `10` respectively. You can change these defaults when you deploy the stream by using deployer properties. The liveness and readiness probes are applied only to streams.
107
+
The `liveness` and `readiness` probes use paths called `/health/liveness` and `/health/readiness`, respectively. They use a `delay` of `1` for both and a `period` of `60` and `10` respectively. You can change these defaults when you deploy the stream by using deployer properties. The liveness and readiness probes are applied only to streams.
108
108
109
109
The `startup` probe will use the `/health` path and a delay of 30 and period for 3 with a failure threshold of 20 times before the container restarts the application.
110
110
@@ -113,11 +113,16 @@ The following example changes the `liveness` and `startup` probes (replace `<app
0 commit comments