mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 18:49:30 +00:00
fix(localai): nginx ingress disable buffering for text streaming
This commit is contained in:
parent
f775770c12
commit
a20543c033
1 changed files with 4 additions and 1 deletions
|
@ -99,7 +99,10 @@ 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
|
nginx.ingress.kubernetes.io/proxy-buffering: "off"
|
||||||
|
nginx.ingress.kubernetes.io/proxy-http-version: "1.1"
|
||||||
|
nginx.ingress.kubernetes.io/chunked-transfer-encoding: "on"
|
||||||
|
nginx.ingress.kubernetes.io/proxy_request_buffering: "off"
|
||||||
hosts:
|
hosts:
|
||||||
- host: ai.dc
|
- host: ai.dc
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue