From 36f5efc5b940fd2cfd0d2e3449b24a4fbba7406f Mon Sep 17 00:00:00 2001 From: dprotaso Date: Thu, 23 May 2024 14:04:34 -0400 Subject: [PATCH] disable backendtlspolicy --- third_party/contour/gateway-external.yaml | 2 +- third_party/contour/gateway-internal.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/contour/gateway-external.yaml b/third_party/contour/gateway-external.yaml index 1e6ec3577..06528a59f 100644 --- a/third_party/contour/gateway-external.yaml +++ b/third_party/contour/gateway-external.yaml @@ -51,7 +51,7 @@ spec: deployment: replicas: 2 contour: - disabledFeatures: [grpcroutes] + disabledFeatures: [grpcroutes, backendtlspolicy] deployment: replicas: 1 --- diff --git a/third_party/contour/gateway-internal.yaml b/third_party/contour/gateway-internal.yaml index 6dcc15c96..757a7812d 100644 --- a/third_party/contour/gateway-internal.yaml +++ b/third_party/contour/gateway-internal.yaml @@ -53,7 +53,7 @@ spec: deployment: replicas: 2 contour: - disabledFeatures: [grpcroutes] + disabledFeatures: [grpcroutes, backendtlspolicy] deployment: replicas: 1 ---