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:
parent
a89f32f2f4
commit
576645712a
|
@ -521,9 +521,9 @@ ingress:
|
||||||
#
|
#
|
||||||
# ensure that NGINX's upload size matches Mastodon's
|
# ensure that NGINX's upload size matches Mastodon's
|
||||||
# for the K8s ingress controller:
|
# 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:
|
# 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
|
# -- you can specify the ingressClassName if it differs from the default
|
||||||
ingressClassName:
|
ingressClassName:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user