Skip to content

Commit

Permalink
ingress nginx use http2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 5, 2024
1 parent 9a03db6 commit c904ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/system/ingress-nginx/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c904ebb

Please sign in to comment.