From d5500844ee2be55401bcf65e6d9b036a1a4ff727 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Tue, 24 Jan 2023 18:17:19 +1100 Subject: [PATCH] Attempt to disable HTTP/2 support in Contour/Envoy ingress. --- .../bundle/config/_ytt_lib/contour/resources.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/carvel-packages/cluster-essentials/bundle/config/_ytt_lib/contour/resources.yaml b/carvel-packages/cluster-essentials/bundle/config/_ytt_lib/contour/resources.yaml index 8183b746..06093a3b 100644 --- a/carvel-packages/cluster-essentials/bundle/config/_ytt_lib/contour/resources.yaml +++ b/carvel-packages/cluster-essentials/bundle/config/_ytt_lib/contour/resources.yaml @@ -7,6 +7,9 @@ #@ def kind_values(): contour: replicas: 1 + configFileContents: + default-http-versions: + - "HTTP/1.1" envoy: service: type: ClusterIP