We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57add9f commit 0d9e5d9Copy full SHA for 0d9e5d9
helm-chart/localai-values.yaml
@@ -8,27 +8,14 @@ service:
8
9
# Gateway API disabled (using ingress instead)
10
gateway:
11
- enabled: false
12
-
13
-# Ingress configuration
14
-ingress:
15
enabled: true
16
- className: nginx
17
- annotations:
18
- cert-manager.io/cluster-issuer: selfsigned-issuer
19
- hosts:
20
- - host: example.local
21
- paths:
22
- - path: /
23
- pathType: Prefix
24
- tls:
25
- - secretName: example-cert-tls
26
27
- - example.local
28
29
# LocalAI configuration
30
localai:
31
+ env:
+ CONTEXT_SIZE: "0"
+ THREADS: "4"
32
persistence:
33
models:
34
0 commit comments