File tree 1 file changed +6
-6
lines changed
site/content/how-to/traffic-management 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -193,28 +193,28 @@ EOF
193
193
194
194
Test the configuration:
195
195
196
- You can send traffic to the coffee and tea applications using the external IP address and port for NGINX Gateway Fabric.
196
+ You can send traffic to the ` coffee ` and ` tea ` applications using the external IP address and port for NGINX Gateway Fabric.
197
197
198
- Send a request to coffee:
198
+ Send a request to ` coffee ` :
199
199
200
200
``` shell
201
201
curl --resolve cafe.example.com:$GW_PORT :$GW_IP http://cafe.example.com:$GW_PORT /coffee
202
202
```
203
203
204
- This request should receive a response from the coffee Pod:
204
+ This request should receive a response from the ` coffee ` Pod:
205
205
206
206
``` text
207
207
Server address: 10.244.0.9:8080
208
208
Server name: coffee-76c7c85bbd-cf8nz
209
209
```
210
210
211
- Send a request to tea:
211
+ Send a request to ` tea ` :
212
212
213
213
``` shell
214
214
curl --resolve cafe.example.com:$GW_PORT :$GW_IP http://cafe.example.com:$GW_PORT /tea
215
215
```
216
216
217
- This request should receive a response from the tea Pod:
217
+ This request should receive a response from the ` tea ` Pod:
218
218
219
219
``` text
220
220
Server address: 10.244.0.9:8080
@@ -377,7 +377,7 @@ upstream default_coffee_80 {
377
377
}
378
378
```
379
379
380
- Notice, that the tea upstream does not contain the ` keepalive ` directive, since the ` upstream-keepalives ` policy does not target the tea service:
380
+ Notice, that the ` tea ` upstream does not contain the ` keepalive ` directive, since the ` upstream-keepalives ` policy does not target the ` tea ` service:
381
381
382
382
``` text
383
383
upstream default_tea_80 {
You can’t perform that action at this time.
0 commit comments