From cfe7ebea99cb4c797f1c40617b6b5059c1b55e4a Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 28 May 2024 15:09:36 -0500 Subject: [PATCH] force http2 connection --- charts/cloudflared/Chart.yaml | 2 +- charts/cloudflared/templates/common.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index dfec762..b87eee6 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.0.0 +version: 1.1.0 description: Cloudflared Tunnel keywords: - cloudflare diff --git a/charts/cloudflared/templates/common.yaml b/charts/cloudflared/templates/common.yaml index 0a1847a..c749c61 100644 --- a/charts/cloudflared/templates/common.yaml +++ b/charts/cloudflared/templates/common.yaml @@ -18,6 +18,7 @@ controllers: args: - tunnel - --no-autoupdate + - --protocol http2 - run - --token - $(CF_MANAGED_TUNNEL_TOKEN)