Merge pull request #50223 from UgOrange/main
fix: correct invalid Gateway example in v1.1 docspull/50421/head
commit
6688b75974
|
@ -136,20 +136,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
|
||||
```
|
||||
|
||||
#### [Session Persistence and BackendLBPolicy](https://gateway-api.sigs.k8s.io/geps/gep-1619/)
|
||||
|
|
Loading…
Reference in New Issue