3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Update Nginx client max body size

This commit is contained in:
Yann Defretin 2023-12-20 11:45:21 +01:00 committed by Tim Campbell
parent a89f32f2f4
commit 576645712a

View File

@ -521,9 +521,9 @@ ingress:
#
# ensure that NGINX's upload size matches Mastodon's
# for the K8s ingress controller:
# nginx.ingress.kubernetes.io/proxy-body-size: 40m
nginx.ingress.kubernetes.io/proxy-body-size: 90m
# for the NGINX ingress controller:
# nginx.org/client-max-body-size: 40m
nginx.org/client-max-body-size: 90m
# -- you can specify the ingressClassName if it differs from the default
ingressClassName:
hosts: