Merge pull request #50423 from windsonsea/apiv11

[zh] Update 2024-05-09-gateway-api-v1.1/index.md
pull/50428/head
Kubernetes Prow Robot 2025-04-07 18:42:38 -07:00 committed by GitHub
commit 9fbcefd938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -233,20 +233,20 @@ metadata:
spec:
gatewayClassName: acme-lb
listeners:
name: foo-https
- name: foo-https
protocol: HTTPS
port: 443
hostname: foo.example.com
tls:
certificateRefs:
kind: Secret
group: ""
name: foo-example-com-cert
frontendValidation:
caCertificateRefs:
kind: ConfigMap
tls:
certificateRefs:
- kind: Secret
group: ""
name: foo-example-com-ca-cert
name: foo-example-com-cert
frontendValidation:
caCertificateRefs:
- kind: ConfigMap
group: ""
name: foo-example-com-ca-cert
```
<!--