feat: MAX_UPLOAD_SIZE

This commit is contained in:
ange 2024-05-17 15:36:41 +02:00
parent 4b0445befe
commit 05474d5046
2 changed files with 3 additions and 0 deletions

2
.env
View File

@ -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

View File

@ -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