Skip to content

Commit ad487ee

Browse files
authored
updated readme file - added environment variables (#151)
Signed-off-by: Maya Barnea <[email protected]>
1 parent c3aae8d commit ad487ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ In addition, as we are using klog, the following parameters are available:
148148
- `v`: number for the log level verbosity
149149
- `vmodule`: comma-separated list of pattern=N settings for file-filtered logging
150150

151-
---
151+
## Environment variables
152+
- `POD_NAME`: the simulator pod name. If defined, the response will contain the HTTP header `x-inference-pod` with this value
153+
- `POD_NAMESPACE`: the simulator pod namespace. If defined, the response will contain the HTTP header `x-inference-namespace` with this value
152154

153155
## Migrating from releases prior to v0.2.0
154156
- `max-running-requests` was replaced by `max-num-seqs`

0 commit comments

Comments
 (0)