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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,7 @@ API's you need to install the prometheus operator in your cluster.
274
274
|`topologyUpdater.serviceAccount.annotations`| dict | {} | Annotations to add to the service account for topology updater |
275
275
|`topologyUpdater.serviceAccount.name`| string || The name of the service account for topology updater to use. If not set and create is true, a name is generated using the fullname template and `-topology-updater` suffix |
276
276
|`topologyUpdater.rbac.create`| bool | true | Specifies whether to create [RBAC][rbac] configuration for topology updater |
277
-
|`topologyUpdater.metricsPort`| integer | 8081 | Port on which to expose prometheus metrics. **DEPRECATED**: will be replaced by `topologyUpdater.port` in NFD v0.18. |
278
-
|`topologyUpdater.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes. **DEPRECATED**: will be replaced by `topologyUpdater.port` in NFD v0.18. |
277
+
|`topologyUpdater.port`| integer | 8080 | Port on which to serve http for metrics and healthz endpoints. |
0 commit comments