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
|`BATCH_DB_TYPE`|`postgresql`| Database backend: `postgresql` or `redis`|
126
126
|`BATCH_STORAGE_TYPE`|`s3`| File storage: `fs` or `s3`|
127
+
|`MINIO_BUCKET`|`llm-d-batch-gateway`| MinIO bucket name (also used as the S3 `bucket` and `prefix` config values) |
128
+
|`MINIO_REGION`|`us-east-1`| S3 region for MinIO |
127
129
|`DEMO_TLS_INSECURE_SKIP_VERIFY`|`1`| Disables TLS certificate verification for processor → model gateway and Istio Gateway → batch apiserver (**demo/lab only**, [CWE-295](https://cwe.mitre.org/data/definitions/295.html)). Default `1` since demo scripts use self-signed certs. Set to `0` if you have trusted CA certs. |
128
130
|`BATCH_NAMESPACE`|`batch-api`| Namespace for batch-gateway |
129
131
|`LLM_NAMESPACE`|`llm`| Namespace for model serving |
0 commit comments