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
To expose additional ports (e.g., for ZMQ), you can define them in the `values.yaml` file:
@@ -126,6 +146,7 @@ The following table list the configurable parameters of the chart.
126
146
| `inferenceExtension.affinity` | Affinity for the endpoint picker. Defaults to `{}`. |
127
147
| `inferenceExtension.tolerations` | Tolerations for the endpoint picker. Defaults to `[]`. |
128
148
| `inferenceExtension.flags.has-enable-leader-election` | Enable leader election for high availability. When enabled, only one EPP pod (the leader) will be ready to serve traffic. |
149
+
| `inferenceExtension.pluginsCustomConfig` | Custom config that is passed to EPP as inline yaml. |
129
150
| `provider.name` | Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
0 commit comments