Skip to content

Commit cf7f788

Browse files
fix: enable http2 on nginx ingress
1 parent 08b5e35 commit cf7f788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/api-platform/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ ingress:
222222
nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
223223
# kubernetes.io/ingress.class: nginx
224224
# kubernetes.io/tls-acme: "true"
225+
use-http2: "true"
226+
nginx.ingress.kubernetes.io/http2-push-preload: "true"
225227
hosts:
226228
- host: chart-example.local
227229
oidcpaths:

0 commit comments

Comments
 (0)