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 ea1f0fa commit 9a03db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/system/ingress-nginx/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ controller:
http: 80
https: 443
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
config: {}
config:
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 9a03db6

Please sign in to comment.