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
The number of seconds to wait before performing the first [readiness probe :octicons-link-external-16:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/).
2161
2161
2162
2162
| Value type | Example |
2163
2163
| ----------- | ---------- |
2164
2164
| :material-numeric-1-box: int |`15`|
2165
2165
2166
-
### `pmm.readinessProbes.timeoutSeconds`
2166
+
### `pmm.readinessProbe.timeoutSeconds`
2167
2167
2168
2168
The number of seconds after which the [readiness probe :octicons-link-external-16:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) times out.
2169
2169
2170
2170
| Value type | Example |
2171
2171
| ----------- | ---------- |
2172
2172
| :material-numeric-1-box: int |`15`|
2173
2173
2174
-
### `pmm.readinessProbes.periodSeconds`
2174
+
### `pmm.readinessProbe.periodSeconds`
2175
2175
2176
2176
How often to perform the [readiness probe :octicons-link-external-16:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/). Measured in seconds.
2177
2177
2178
2178
| Value type | Example |
2179
2179
| ----------- | ---------- |
2180
2180
| :material-numeric-1-box: int |`30`|
2181
2181
2182
-
### `pmm.readinessProbes.successThreshold`
2182
+
### `pmm.readinessProbe.successThreshold`
2183
2183
2184
2184
The number of successful probes required to mark the container successful.
2185
2185
2186
2186
| Value type | Example |
2187
2187
| ----------- | ---------- |
2188
2188
| :material-numeric-1-box: int |`1`|
2189
2189
2190
-
### `pmm.readinessProbes.failureThreshold`
2190
+
### `pmm.readinessProbe.failureThreshold`
2191
2191
2192
2192
The number of failed probes required to mark the container unready.
2193
2193
2194
2194
| Value type | Example |
2195
2195
| ----------- | ---------- |
2196
2196
| :material-numeric-1-box: int |`5`|
2197
2197
2198
-
### `pmm.livenessProbes.initialDelaySeconds`
2198
+
### `pmm.livenessProbe.initialDelaySeconds`
2199
2199
2200
2200
The number of seconds to wait before performing the first [liveness probe :octicons-link-external-16:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/).
2201
2201
2202
2202
| Value type | Example |
2203
2203
| ----------- | ---------- |
2204
2204
| :material-numeric-1-box: int |`300`|
2205
2205
2206
-
### `pmm.livenessProbes.timeoutSeconds`
2206
+
### `pmm.livenessProbe.timeoutSeconds`
2207
2207
2208
2208
The number of seconds after which the [liveness probe :octicons-link-external-16:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) times out.
2209
2209
2210
2210
| Value type | Example |
2211
2211
| ----------- | ---------- |
2212
2212
| :material-numeric-1-box: int |`5`|
2213
2213
2214
-
### `pmm.livenessProbes.periodSeconds`
2214
+
### `pmm.livenessProbe.periodSeconds`
2215
2215
2216
2216
How often to perform the [liveness probe :octicons-link-external-16:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/). Measured in seconds.
2217
2217
2218
2218
| Value type | Example |
2219
2219
| ----------- | ---------- |
2220
2220
| :material-numeric-1-box: int |`10`|
2221
2221
2222
-
### `pmm.livenessProbes.successThreshold`
2222
+
### `pmm.livenessProbe.successThreshold`
2223
2223
2224
2224
The number of successful probes required to mark the container successful.
2225
2225
2226
2226
| Value type | Example |
2227
2227
| ----------- | ---------- |
2228
2228
| :material-numeric-1-box: int |`1`|
2229
2229
2230
-
### `pmm.livenessProbes.failureThreshold`
2230
+
### `pmm.livenessProbe.failureThreshold`
2231
2231
2232
2232
The number of failed probes required to mark the container unhealthy.
0 commit comments