From c904ebba72cdf016d059c6dadf8f838ef2c5fa15 Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:45:50 -0500 Subject: [PATCH] ingress nginx use http2 --- kubernetes/system/ingress-nginx/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/system/ingress-nginx/helm/values.yaml b/kubernetes/system/ingress-nginx/helm/values.yaml index a0fca6c..6860855 100644 --- a/kubernetes/system/ingress-nginx/helm/values.yaml +++ b/kubernetes/system/ingress-nginx/helm/values.yaml @@ -47,7 +47,7 @@ controller: https: 443 # -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ config: - use-http2: "true" + use-http2: true # -- Annotations to be added to the controller config configuration configmap. configAnnotations: {} # -- Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers