Skip to content

Commit e56c05a

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent a8bdd8d commit e56c05a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/en/latest/concepts/gateway-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ By supporting Gateway API, the APISIX Ingress controller can realize richer func
5959

6060
For configuration examples, see the Gateway API tabs in [Configuration Examples](../reference/example.md).
6161

62-
For a complete list of configuration options, refer to the [Gateway API Reference](https://gateway-api.sigs.k8s.io/reference/main/spec/). Be aware that some fields are not supported, or partially supported.
62+
For a complete list of configuration options, refer to the [Gateway API Reference](https://gateway-api.sigs.k8s.io/reference/spec/). Be aware that some fields are not supported, or partially supported.
6363

6464
## Unsupported / Partially Supported Fields
6565

test/e2e/framework/manifests/dp.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ data:
3434
stream_proxy:
3535
tcp:
3636
- 9100
37+
- addr: 9110
38+
tls: true
3739
udp:
3840
- 9200
3941
nginx_config:
@@ -222,6 +224,9 @@ spec:
222224
- containerPort: 9200
223225
name: udp
224226
protocol: UDP
227+
- containerPort: 9110
228+
name: tls
229+
protocol: TCP
225230
readinessProbe:
226231
failureThreshold: 10
227232
initialDelaySeconds: 3
@@ -286,6 +291,10 @@ spec:
286291
port: 9200
287292
protocol: UDP
288293
targetPort: 9200
294+
- name: tls
295+
port: 9110
296+
protocol: TCP
297+
targetPort: 9110
289298
selector:
290299
app.kubernetes.io/instance: api7ee3
291300
app.kubernetes.io/name: apisix

0 commit comments

Comments
 (0)