disable proxy bufferring in ollama ingress

This commit is contained in:
2025-04-11 02:32:57 +02:00
parent 35cd6cad03
commit b1d1197373
3 changed files with 7 additions and 1 deletions

View File

@@ -47,7 +47,9 @@ data:
respond @requireAuth "Unauthorized" 401
reverse_proxy ollama:11434
reverse_proxy ollama:11434 {
flush_interval -1
}
}
---
apiVersion: v1

View File

@@ -7,6 +7,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true"
nginx.ingress.kubernetes.io/proxy-buffering: "false"
spec:
ingressClassName: nginx
rules: