firefly: ingress: Increase max body size
Some receipt images are pretty big. Increase the maximum request body size to allow these to be uploaded/attached to transactions.dch-webhooks-secrets
parent
95d2dba039
commit
087b4988d1
|
@ -9,7 +9,7 @@ metadata:
|
||||||
app.kubernetes.io/instance: firefly-iii
|
app.kubernetes.io/instance: firefly-iii
|
||||||
app.kubernetes.io/part-of: firefly-iii
|
app.kubernetes.io/part-of: firefly-iii
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
nginx.ingress.kubernetes.io/proxy-body-size: 40m
|
||||||
nginx.ingress.kubernetes.io/auth-method: GET
|
nginx.ingress.kubernetes.io/auth-method: GET
|
||||||
nginx.ingress.kubernetes.io/auth-url: http://authelia.authelia.svc.cluster.local:9091/api/verify
|
nginx.ingress.kubernetes.io/auth-url: http://authelia.authelia.svc.cluster.local:9091/api/verify
|
||||||
nginx.ingress.kubernetes.io/auth-signin: https://auth.pyrocufflink.blue/?rm=$request_method
|
nginx.ingress.kubernetes.io/auth-signin: https://auth.pyrocufflink.blue/?rm=$request_method
|
||||||
|
|
Loading…
Reference in New Issue