3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Update Nginx client max body size

This commit is contained in:
Yann Defretin 2023-12-20 11:45:21 +01:00
parent 740ed27cc3
commit 25084a82a8
No known key found for this signature in database
GPG Key ID: B426EC9CACC79704

View File

@ -249,9 +249,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: