k/forgejo: increase upload size limit to 1GB
This commit is contained in:
parent
6db173d79b
commit
2c08cfb854
|
@ -5,6 +5,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
external-dns.alpha.kubernetes.io/hostname: git.distrust.co
|
external-dns.alpha.kubernetes.io/hostname: git.distrust.co
|
||||||
|
nginx.ingress.kubernetes.io/proxy-body-size: "1000m"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Reference in New Issue