feat: MAX_UPLOAD_SIZE
This commit is contained in:
parent
4b0445befe
commit
05474d5046
2 changed files with 3 additions and 0 deletions
|
|
@ -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