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
Copy file name to clipboardexpand all lines: articles/control-center/getting-started/configure-installation.adoc
+12-12
Original file line number
Diff line number
Diff line change
@@ -92,29 +92,29 @@ The following table lists the available values and their descriptions. Each of t
92
92
93
93
| app.pass:[<wbr>]resources | No | | The resource to allocate for the Control Center application containers.
94
94
95
-
| startupProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health | The path to use for the startup probe for the Control Center application.
95
+
| app.pass:[<wbr>]startupProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health | The path to use for the startup probe for the Control Center application.
96
96
97
-
| startupProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the startup probe.
97
+
| app.pass:[<wbr>]startupProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the startup probe.
98
98
99
-
| startupProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the startup probe.
99
+
| app.pass:[<wbr>]startupProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the startup probe.
100
100
101
-
| startupProbe.pass:[<wbr>]failureThreshold | No | 30 | The failure threshold for the startup probe. If the probe fails this many times, the container is restarted.
101
+
| app.pass:[<wbr>]startupProbe.pass:[<wbr>]failureThreshold | No | 30 | The failure threshold for the startup probe. If the probe fails this many times, the container is restarted.
102
102
103
-
| livenessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health/pass:[<wbr>]liveness | The path to use for the liveness probe for the Control Center application.
103
+
| app.pass:[<wbr>]livenessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health/pass:[<wbr>]liveness | The path to use for the liveness probe for the Control Center application.
104
104
105
-
| livenessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the liveness probe.
105
+
| app.pass:[<wbr>]livenessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the liveness probe.
106
106
107
-
| livenessProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the liveness probe.
107
+
| app.pass:[<wbr>]livenessProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the liveness probe.
108
108
109
-
| livenessProbe.pass:[<wbr>]failureThreshold | No | 3 | The failure threshold for the liveness probe. If the probe fails this many times, the container is restarted.
109
+
| app.pass:[<wbr>]livenessProbe.pass:[<wbr>]failureThreshold | No | 3 | The failure threshold for the liveness probe. If the probe fails this many times, the container is restarted.
110
110
111
-
| readinessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health/pass:[<wbr>]readiness | The path to use for the readiness probe for the Control Center application.
111
+
| app.pass:[<wbr>]readinessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health/pass:[<wbr>]readiness | The path to use for the readiness probe for the Control Center application.
112
112
113
-
| readinessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the readiness probe.
113
+
| app.pass:[<wbr>]readinessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the readiness probe.
114
114
115
-
| readinessProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the readiness probe.
115
+
| app.pass:[<wbr>]readinessProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the readiness probe.
116
116
117
-
| readinessProbe.pass:[<wbr>]failureThreshold | No | 3 | The failure threshold for the readiness probe.
117
+
| app.pass:[<wbr>]readinessProbe.pass:[<wbr>]failureThreshold | No | 3 | The failure threshold for the readiness probe.
118
118
119
119
| app.pass:[<wbr>]volumes | No | | The volume definitions for the Control Center application.
0 commit comments