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-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,7 @@ API's you need to install the prometheus operator in your cluster.
180
180
|`master.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
181
181
|`master.port`| integer || Specifies the TCP port that nfd-master listens for incoming requests. **NOTE**: this parameter is related to the deprecated gRPC API and will be removed with it in a future release |
182
182
|`master.metricsPort`| integer | 8081 | Port on which to expose metrics from components to prometheus operator |
183
+
|`master.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint |
183
184
|`master.instance`| string || Instance name. Used to separate annotation namespaces for multiple parallel deployments |
184
185
|`master.resyncPeriod`| string || NFD API controller resync period. |
185
186
|`master.extraLabelNs`| array |[]| List of allowed extra label namespaces |
@@ -217,7 +218,8 @@ API's you need to install the prometheus operator in your cluster.
@@ -252,6 +254,7 @@ API's you need to install the prometheus operator in your cluster.
252
254
|`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 |
253
255
|`topologyUpdater.rbac.create`| bool | true | Specifies whether to create [RBAC][rbac] configuration for topology updater |
254
256
|`topologyUpdater.metricsPort`| integer | 8081 | Port on which to expose prometheus metrics |
257
+
|`topologyUpdater.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint |
0 commit comments