Commit 891f736 1 parent 29e9f59 commit 891f736 Copy full SHA for 891f736
File tree 1 file changed +24
-0
lines changed
config/charts/knative-operator/templates
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4875,6 +4875,13 @@ spec:
4875
4875
type : string
4876
4876
type : object
4877
4877
tls :
4878
+ nullable : true
4879
+ oneOf :
4880
+ - required :
4881
+ - mode
4882
+ - credentialName
4883
+ - required :
4884
+ - httpsRedirect
4878
4885
properties :
4879
4886
mode :
4880
4887
description : TLS mode can be SIMPLE, MUTUAL, ISTIO_MUTUAL.
@@ -4884,6 +4891,11 @@ spec:
4884
4891
description : TLS certificate name.
4885
4892
format : string
4886
4893
type : string
4894
+ httpsRedirect :
4895
+ description : If set to true, the load balancer will send a 301 redirect
4896
+ to HTTPS for all HTTP requests. Should be used only for HTTP listener,
4897
+ is mutually exclusive with all other TLS options.
4898
+ type : boolean
4887
4899
type : object
4888
4900
type : object
4889
4901
type : array
@@ -4924,6 +4936,13 @@ spec:
4924
4936
type : string
4925
4937
type : object
4926
4938
tls :
4939
+ nullable : true
4940
+ oneOf :
4941
+ - required :
4942
+ - mode
4943
+ - credentialName
4944
+ - required :
4945
+ - httpsRedirect
4927
4946
properties :
4928
4947
mode :
4929
4948
description : TLS mode can be SIMPLE, MUTUAL, ISTIO_MUTUAL.
@@ -4933,6 +4952,11 @@ spec:
4933
4952
description : TLS certificate name.
4934
4953
format : string
4935
4954
type : string
4955
+ httpsRedirect :
4956
+ description : If set to true, the load balancer will send a 301 redirect
4957
+ to HTTPS for all HTTP requests. Should be used only for HTTP listener,
4958
+ is mutually exclusive with all other TLS options.
4959
+ type : boolean
4936
4960
type : object
4937
4961
type : object
4938
4962
type : array
You can’t perform that action at this time.
0 commit comments