Skip to content

Commit adfe24a

Browse files
fix: remove tls passthrough (#982)
1 parent 6a22f1f commit adfe24a

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

src/openapi/service.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

src/otomi-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2924,7 +2924,6 @@ export default class OtomiStack {
29242924
'paths',
29252925
'type',
29262926
'ownHost',
2927-
'tlsPass',
29282927
'ingressClassName',
29292928
'headers',
29302929
'useCname',

0 commit comments

Comments
 (0)