From b926e565d23b47791fbb76401b6b54a91aae27a3 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Fri, 17 May 2024 17:31:31 -0400 Subject: [PATCH] disable grpcroutes --- third_party/contour/gateway-external.yaml | 1 + third_party/contour/gateway-internal.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/third_party/contour/gateway-external.yaml b/third_party/contour/gateway-external.yaml index 0fa75db13..1e6ec3577 100644 --- a/third_party/contour/gateway-external.yaml +++ b/third_party/contour/gateway-external.yaml @@ -51,6 +51,7 @@ spec: deployment: replicas: 2 contour: + disabledFeatures: [grpcroutes] deployment: replicas: 1 --- diff --git a/third_party/contour/gateway-internal.yaml b/third_party/contour/gateway-internal.yaml index 9fb9679ef..6dcc15c96 100644 --- a/third_party/contour/gateway-internal.yaml +++ b/third_party/contour/gateway-internal.yaml @@ -53,6 +53,7 @@ spec: deployment: replicas: 2 contour: + disabledFeatures: [grpcroutes] deployment: replicas: 1 ---