Merge pull request #50423 from windsonsea/apiv11
[zh] Update 2024-05-09-gateway-api-v1.1/index.mdpull/50428/head
commit
9fbcefd938
|
@ -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
|
||||
```
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue