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: docs/deployment/helm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,15 +339,15 @@ API's you need to install the prometheus operator in your cluster.
339
339
|`gc.extraArgs`| array |[]| Additional [command line arguments](../reference/gc-commandline-reference.md) to pass to nfd-gc |
340
340
|`gc.extraEnvs`| array |[]| Additional environment variables to pass to nfd-gc |
341
341
|`gc.revisionHistoryLimit`| integer || Specify how many old ReplicaSets for this Deployment you want to retain. [revisionHistoryLimit][revisionhistorylimit]|
342
-
|`gc.livenessProbe.initialDelaySeconds`| integer | 10 | Specifies the number of seconds after the container has started before liveness probes are initiated. |
343
-
|`gc.livenessProbe.failureThreshold`| integer | 3 (by Kubernetes) | Specifies the number of consecutive failures of liveness probes before considering the pod as not ready. |
342
+
|`gc.livenessProbe.initialDelaySeconds`| integer | 10 | Specifies the number of seconds after the container has started before liveness probes are initiated. |
343
+
|`gc.livenessProbe.failureThreshold`| integer | 3 (by Kubernetes) | Specifies the number of consecutive failures of liveness probes before considering the pod as not ready. |
344
344
|`gc.livenessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the liveness probe. |
345
345
|`gc.livenessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
346
-
|`gc.readinessProbe.initialDelaySeconds`| integer | 5 | Specifies the number of seconds after the container has started before readiness probes are initiated. |
346
+
|`gc.readinessProbe.initialDelaySeconds`| integer | 5 | Specifies the number of seconds after the container has started before readiness probes are initiated. |
347
347
|`gc.readinessProbe.failureThreshold`| integer | 3 (by Kubernetes) | Specifies the number of consecutive failures of readiness probes before considering the pod as not ready. |
348
348
|`gc.readinessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the readiness probe. |
349
349
|`gc.readinessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
350
-
|`gc.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
350
+
|`gc.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
351
351
|`gc.dnsPolicy`| array | ClusterFirstWithHostNet | Garbage collector pod [dnsPolicy][dnspolicy]|
0 commit comments