fix(foundryvtt): set nginx upload size and timeouts
This commit is contained in:
parent
dae26b8930
commit
c624697879
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ metadata:
|
|||
gethomepage.dev/description: "Virtual-tabletop"
|
||||
gethomepage.dev/group: "Games"
|
||||
gethomepage.dev/icon: "foundryvtt.png"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "1g"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||
name: foundryvtt
|
||||
labels:
|
||||
name: foundryvtt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue