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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ API's you need to install the prometheus operator in your cluster.
330
330
|`gc.podDisruptionBudget.minAvailable`| integer | 1 | Specifies minAvailable for the podDisruptionBudget configuration for nfd-gc |
331
331
|`gc.podDisruptionBudget.maxUnavailable`| integer | NULL | Specifies maxUnavailable for the podDisruptionBudget configuration for nfd-gc |
332
332
|`gc.podDisruptionBudget.unhealthyPodEvictionPolicy`| string | AlwaysAllow | Specifies unhealthyPodEvictionPolicy for the podDisruptionBudget configuration for nfd-gc |
333
-
|`gc.port`| integer | 8080 | Port on which to serve Prometheus metrics. |
333
+
|`gc.port`| integer | 8080 | Port on which to serve http for metrics and health endpoints. |
334
334
|`gc.nodeSelector`| dict | {} | Garbage collector pod [node selector][nodeselector]|
335
335
|`gc.tolerations`| dict | {} | Garbage collector pod [node tolerations][toleration]|
336
336
|`gc.annotations`| dict | {} | Garbage collector pod [annotations][annotations]|
0 commit comments