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
@@ -147,6 +171,9 @@ The following table list the configurable parameters of the chart.
147
171
| `inferenceExtension.affinity` | Affinity for the endpoint picker. Defaults to `{}`. |
148
172
| `inferenceExtension.tolerations` | Tolerations for the endpoint picker. Defaults to `[]`. |
149
173
| `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. |
174
+
| `inferenceExtension.monitoring.interval` | Metrics scraping interval for monitoring. Defaults to `10s`. |
175
+
| `inferenceExtension.monitoring.secret.name` | Name of the service account token secret for metrics authentication. Defaults to `inference-gateway-sa-metrics-reader-secret`. |
176
+
| `inferenceExtension.monitoring.prometheus.enabled` | Enable Prometheus ServiceMonitor creation for EPP metrics collection. Defaults to `false`. |
150
177
| `inferenceExtension.pluginsCustomConfig` | Custom config that is passed to EPP as inline yaml. |
151
178
| `provider.name` | Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
0 commit comments