We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cac2f2 + 7c86373 commit 9fbcefdCopy full SHA for 9fbcefd
content/zh-cn/blog/_posts/2024-05-09-gateway-api-v1.1/index.md
@@ -233,20 +233,20 @@ metadata:
233
spec:
234
gatewayClassName: acme-lb
235
listeners:
236
- name: foo-https
+ - name: foo-https
237
protocol: HTTPS
238
port: 443
239
hostname: foo.example.com
240
- tls:
241
- certificateRefs:
242
- kind: Secret
243
- group: ""
244
- name: foo-example-com-cert
245
- frontendValidation:
246
- caCertificateRefs:
247
- kind: ConfigMap
+ tls:
+ certificateRefs:
+ - kind: Secret
248
group: ""
249
- name: foo-example-com-ca-cert
+ name: foo-example-com-cert
+ frontendValidation:
+ caCertificateRefs:
+ - kind: ConfigMap
+ group: ""
+ name: foo-example-com-ca-cert
250
```
251
252
<!--
0 commit comments