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