Skip to content

Commit 0d9e5d9

Browse files
Update missed Gateway API migration
1 parent 57add9f commit 0d9e5d9

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

helm-chart/localai-values.yaml

+3-16
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,14 @@ service:
88

99
# Gateway API disabled (using ingress instead)
1010
gateway:
11-
enabled: false
12-
13-
# Ingress configuration
14-
ingress:
1511
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-
hosts:
27-
- example.local
2812

2913
# LocalAI configuration
3014
localai:
3115
enabled: true
16+
env:
17+
CONTEXT_SIZE: "0"
18+
THREADS: "4"
3219
persistence:
3320
models:
3421
enabled: true

0 commit comments

Comments
 (0)