Skip to content

Commit ddecb3d

Browse files
committed
Add missing prefix to probe config values
1 parent dda2603 commit ddecb3d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/control-center/getting-started/configure-installation.adoc

+12-12
Original file line numberDiff line numberDiff line change
@@ -92,29 +92,29 @@ The following table lists the available values and their descriptions. Each of t
9292

9393
| app.pass:[<wbr>]resources | No | | The resource to allocate for the Control Center application containers.
9494

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.
9696

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.
9898

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.
100100

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.
102102

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.
104104

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.
106106

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.
108108

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.
110110

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.
112112

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.
114114

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.
116116

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.
118118

119119
| app.pass:[<wbr>]volumes | No | | The volume definitions for the Control Center application.
120120

0 commit comments

Comments
 (0)