mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(localai): nginx body size
This commit is contained in:
parent
35a92c739e
commit
76ec8f57d8
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ ingress:
|
||||||
className: "ingress-internal"
|
className: "ingress-internal"
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
|
nginx.ingress.kubernetes.io/proxy-body-size: 100m
|
||||||
hosts:
|
hosts:
|
||||||
- host: ai.dc
|
- host: ai.dc
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue