mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
fix(paperless): nginx annotation proxy-body-size
This commit is contained in:
parent
24f4a612a8
commit
d978ef4b5b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
nginx.ingress.kubernetes.io/proxy-body-size: 100m
|
||||||
hosts:
|
hosts:
|
||||||
- host: paperless.dc
|
- host: paperless.dc
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue