Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit edb16d7

Browse files
authored
Increase file upload size (#144)
1 parent 2d5ab6d commit edb16d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/helm/graphrag/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ingress:
2424
nginx.ingress.kubernetes.io/proxy-connect-timeout: "900"
2525
nginx.ingress.kubernetes.io/proxy-send-timeout: "900"
2626
nginx.ingress.kubernetes.io/proxy-read-timeout: "900"
27+
nginx.ingress.kubernetes.io/proxy-body-size: 500m
2728
loadBalancerAnnotations:
2829
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
2930

0 commit comments

Comments
 (0)