You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/ingress/ingress_class.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,15 @@ You can use IngressClassParams to enforce settings for a set of Ingresses.
174
174
spec:
175
175
targetType: ip
176
176
```
177
+
- with sslRedirectPort
178
+
```
179
+
apiVersion: elbv2.k8s.aws/v1beta1
180
+
kind: IngressClassParams
181
+
metadata:
182
+
name: class2048-config
183
+
spec:
184
+
sslRedirectPort: '443'
185
+
```
177
186
- with IPv4IPAMPoolId
178
187
```
179
188
apiVersion: elbv2.k8s.aws/v1beta1
@@ -281,9 +290,15 @@ If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/certif
281
290
282
291
#### spec.sslPolicy
283
292
284
-
Cluster administrators can use the optional `sslPolicy` field to specify the SSL policy for the load balancers that belong to this IngressClass.
293
+
Cluster administrators can use the optional `sslPolicy` field to specify the SSL policy for the load balancers that belongs to this IngressClass.
285
294
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/ssl-policy` annotation.
286
295
296
+
#### spec.sslRedirectPort
297
+
298
+
Cluster administrators can use the optional `sslRedirectPort` field to specify the SSL redirect port for the load balancers that belongs to this IngressClass.
299
+
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/ssl-redirect` annotation.
300
+
301
+
287
302
#### spec.subnets
288
303
289
304
Cluster administrators can use the optional `subnets` field to specify the subnets for the load balancers that belong to this IngressClass.
0 commit comments