File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
content/en/blog/_posts/2024-05-09-gateway-api-v1.1 Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -136,20 +136,20 @@ metadata:
136
136
spec:
137
137
gatewayClassName: acme-lb
138
138
listeners:
139
- name: foo-https
139
+ - name: foo-https
140
140
protocol: HTTPS
141
141
port: 443
142
142
hostname: foo.example.com
143
- tls:
144
- certificateRefs:
145
- kind: Secret
146
- group: ""
147
- name: foo-example-com-cert
148
- frontendValidation:
149
- caCertificateRefs:
150
- kind: ConfigMap
143
+ tls:
144
+ certificateRefs:
145
+ - kind: Secret
151
146
group: ""
152
- name: foo-example-com-ca-cert
147
+ name: foo-example-com-cert
148
+ frontendValidation:
149
+ caCertificateRefs:
150
+ - kind: ConfigMap
151
+ group: ""
152
+ name: foo-example-com-ca-cert
153
153
` ` `
154
154
155
155
# ### [Session Persistence and BackendLBPolicy](https://gateway-api.sigs.k8s.io/geps/gep-1619/)
You can’t perform that action at this time.
0 commit comments