feat: MAX_UPLOAD_SIZE
This commit is contained in:
parent
3017d80d8a
commit
f74286c0e2
2 changed files with 3 additions and 0 deletions
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
|
||||
|
|
|
|||
Reference in a new issue