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
@@ -84,7 +102,10 @@ The following table list the configurable parameters of the chart.
84
102
|`inferenceExtension.image.tag`| Image tag of the endpoint picker. |
85
103
|`inferenceExtension.image.pullPolicy`| Image pull policy for the container. Possible values: `Always`, `IfNotPresent`, or `Never`. Defaults to `Always`. |
86
104
|`inferenceExtension.extProcPort`| Port where the endpoint picker service is served for external processing. Defaults to `9002`. |
87
-
|`inferenceExtension.env`| Map of environment variables to set in the endpoint picker container. Defaults to `{}`. |
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"`. |
88
109
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
0 commit comments