Skip to content

Commit

Permalink
configure httpRedirect on istio gateway in helm (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSawant18588 authored Jan 2, 2025
1 parent a11c4e8 commit 8ec7417
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/charts/knative-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4875,6 +4875,13 @@ spec:
type: string
type: object
tls:
nullable: true
oneOf:
- required:
- mode
- credentialName
- required:
- httpsRedirect
properties:
mode:
description: TLS mode can be SIMPLE, MUTUAL, ISTIO_MUTUAL.
Expand All @@ -4884,6 +4891,11 @@ spec:
description: TLS certificate name.
format: string
type: string
httpsRedirect:
description: If set to true, the load balancer will send a 301 redirect
to HTTPS for all HTTP requests. Should be used only for HTTP listener,
is mutually exclusive with all other TLS options.
type: boolean
type: object
type: object
type: array
Expand Down Expand Up @@ -4924,6 +4936,13 @@ spec:
type: string
type: object
tls:
nullable: true
oneOf:
- required:
- mode
- credentialName
- required:
- httpsRedirect
properties:
mode:
description: TLS mode can be SIMPLE, MUTUAL, ISTIO_MUTUAL.
Expand All @@ -4933,6 +4952,11 @@ spec:
description: TLS certificate name.
format: string
type: string
httpsRedirect:
description: If set to true, the load balancer will send a 301 redirect
to HTTPS for all HTTP requests. Should be used only for HTTP listener,
is mutually exclusive with all other TLS options.
type: boolean
type: object
type: object
type: array
Expand Down

0 comments on commit 8ec7417

Please sign in to comment.