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
@@ -124,7 +124,7 @@ The following table list the configurable parameters of the chart.
124
124
|`inferenceExtension.extraContainerPorts`| List of additional container ports to expose. Defaults to `[]`. |
125
125
|`inferenceExtension.extraServicePorts`| List of additional service ports to expose. Defaults to `[]`. |
126
126
|`inferenceExtension.logVerbosity`| Logging verbosity level for the endpoint picker. Defaults to `"3"`. |
127
-
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
127
+
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: [`gke`, `none`, `istio`]. Defaults to `none`. |
128
128
|`inferenceExtension.enableLeaderElection`| Enable leader election for high availability. When enabled, only one EPP pod (the leader) will be ready to serve traffic. It is recommended to set `inferenceExtension.replicas` to a value greater than 1 when this is set to `true`. Defaults to `false`. |
0 commit comments