File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ Ingress:
8080 title : Ingress Class Name
8181 $ref : ' definitions.yaml#/idName'
8282 default : ' platform'
83- tlsPass :
84- description : Pass through the request as is to the backing service. Only available for pre-deployed regular (non-Knative) services.
85- title : TLS passthrough
86- type : boolean
87- default : false
8883 useDefaultHost :
8984 description : Use the team domain so that the URL reveals the owner.
9085 title : Use default host
@@ -234,11 +229,6 @@ AplServiceSpec:
234229 title : Ingress Class Name
235230 $ref : ' definitions.yaml#/idName'
236231 default : ' platform'
237- tlsPass :
238- description : Pass through the request as is to the backing service. Only available for pre-deployed regular (non-Knative) services.
239- title : TLS passthrough
240- type : boolean
241- default : false
242232 ownHost :
243233 description : Use the team domain so that the URL reveals the owner.
244234 title : Use default host
Original file line number Diff line number Diff line change @@ -2924,7 +2924,6 @@ export default class OtomiStack {
29242924 'paths' ,
29252925 'type' ,
29262926 'ownHost' ,
2927- 'tlsPass' ,
29282927 'ingressClassName' ,
29292928 'headers' ,
29302929 'useCname' ,
You can’t perform that action at this time.
0 commit comments