From d5c5842b16a12da87b950a9d6b6a534d82c19f51 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 22 Apr 2024 14:46:28 -0400 Subject: [PATCH] Deploy Contour as a Deployment (#704) --- third_party/contour/gateway-external.yaml | 4 ++++ third_party/contour/gateway-internal.yaml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/third_party/contour/gateway-external.yaml b/third_party/contour/gateway-external.yaml index 8f1ac36f8..ed718fcc3 100644 --- a/third_party/contour/gateway-external.yaml +++ b/third_party/contour/gateway-external.yaml @@ -39,6 +39,10 @@ spec: enableExternalNameService: true featureFlags: - "useEndpointSlices" + envoy: + workloadType: Deployment + deployment: + replicas: 2 contour: deployment: replicas: 1 diff --git a/third_party/contour/gateway-internal.yaml b/third_party/contour/gateway-internal.yaml index def47fc46..531c1d04c 100644 --- a/third_party/contour/gateway-internal.yaml +++ b/third_party/contour/gateway-internal.yaml @@ -40,8 +40,11 @@ spec: featureFlags: - "useEndpointSlices" envoy: + workloadType: Deployment networkPublishing: type: ClusterIPService + deployment: + replicas: 2 contour: deployment: replicas: 1