File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,18 @@ flowchart TD
76
76
A[Client Request] --> B[NGINX]
77
77
subgraph NGINX Pod
78
78
subgraph NGINX Container
79
- B --1--> C[NJS Module: extract model name if needed]
80
- C --2--> B
81
- B --3--> D[NJS Module: Subrequest to Go App]
79
+ B --1--> C[NJS Module: Subrequest to Go App]
82
80
end
83
81
subgraph Go Application Container
84
- E [Go Application]
82
+ D [Go Application]
85
83
end
86
- D -- 4 . subrequest --> E
84
+ C -- 2 . subrequest --> D
87
85
end
88
- E -- 5 . gRPC ext_proc protocol --> F [Endpoint Picker Pod]
89
- F -- 6 . Endpoint in Header --> E
90
- E --7 --> D
91
- D --8 --> B
92
- B --9 --> G [AI Workload Endpoint]
86
+ D -- 3 . gRPC ext_proc protocol --> E [Endpoint Picker Pod]
87
+ E -- 4 . Endpoint in Header --> D
88
+ D --5 --> C
89
+ C --6 --> B
90
+ B --7 --> F [AI Workload Endpoint]
93
91
```
94
92
95
93
## API, Customer Driven Interfaces, and User Experience
You can’t perform that action at this time.
0 commit comments