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: config/charts/inferencepool/README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,23 @@ The following table list the configurable parameters of the chart.
103
103
|`inferenceExtension.image.pullPolicy`| Image pull policy for the container. Possible values: `Always`, `IfNotPresent`, or `Never`. Defaults to `Always`. |
104
104
|`inferenceExtension.extProcPort`| Port where the endpoint picker service is served for external processing. Defaults to `9002`. |
105
105
|`inferenceExtension.env`| List of environment variables to set in the endpoint picker container as free-form YAML. Defaults to `[]`. |
106
-
|`inferenceExtension.extraContainerPorts`| List of additional container ports to expose. Defaults to `[]`. |
107
-
|`inferenceExtension.extraServicePorts`| List of additional service ports to expose. Defaults to `[]`. |
108
-
|`inferenceExtension.logVerbosity`| Logging verbosity level for the endpoint picker. Defaults to `"3"`. |
106
+
|`inferenceExtension.enablePprof`| Enables pprof for profiling and debugging |
107
+
|`inferenceExtension.modelServerMetricsPath`| Flag to have model server metrics |
108
+
|`inferenceExtension.modelServerMetricsScheme`| Flag to have model server metrics scheme |
109
+
|`inferenceExtension.modelServerMetricsPort`| Flag for have model server metrics port |
110
+
|`inferenceExtension.modelServerMetricsHttpsInsecureSkipVerify`| When using 'https' scheme for 'model-server-metrics-scheme', configure 'InsecureSkipVerify' (default to true) |
111
+
|`inferenceExtension.secureServing`| Enables secure serving. Defaults to true. |
112
+
|`inferenceExtension.healthChecking`| Enables health checking |
113
+
|`inferenceExtension.certPath`| The path to the certificate for secure serving. The certificate and private key files are assumed to be named tls.crt and tls.key, respectively. If not set, and secureServing is enabled, then a self-signed certificate is used. |
114
+
|`inferenceExtension.configFile`| The path to the configuration file. |
115
+
|`inferenceExtension.configText`| The path to configuration text. |
116
+
|`inferenceExtension.refreshMetricsInterval`| Interval to refresh metrics |
117
+
|`inferenceExtension.refreshPrometheusMetricsInterval`| Interval to flush prometheus metrics |
118
+
|`inferenceExtension.metricsStalenessThreshold`| Duration after which metrics are considered stale. This is used to determine if a pod's metrics are fresh enough. |
119
+
|`inferenceExtension.totalQueuedRequestsMetric`| Prometheus metric for the number of queued requests. |
120
+
|`inferenceExtension.extraContainerPorts`| List of additional container ports to expose. Defaults to `[]`. |
121
+
|`inferenceExtension.extraServicePorts`| List of additional service ports to expose. Defaults to `[]`. |
122
+
|`inferenceExtension.logVerbosity`| Logging verbosity level for the endpoint picker. Defaults to `"3"`. |
109
123
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
0 commit comments