feat: MAX_UPLOAD_SIZE
This commit is contained in:
parent
4b0445befe
commit
05474d5046
2
.env
2
.env
@ -4,3 +4,5 @@ IMAGEAPP=ghcr.io/element-hq/synapse:v1.107.0
|
||||
|
||||
TURN_URL=turn.test.gmoker.com
|
||||
IMAGECOTURN=docker.io/coturn/coturn:4.6.2
|
||||
|
||||
MAX_UPLOAD_SIZE=50M
|
||||
|
@ -4,6 +4,7 @@ kind: Ingress
|
||||
metadata:
|
||||
name: app
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "$MAX_UPLOAD_SIZE"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
|
Loading…
Reference in New Issue
Block a user