Update ollama HelmRelease configuration to include model definitions and access modes

This commit is contained in:
2025-06-17 07:47:20 +05:30
parent 3ba9535aea
commit 9e3383f4ca

View File

@@ -26,11 +26,13 @@ spec:
gpu:
enabled: true
type: nvidia
nodeSelector:
type: immich
models:
pull:
- gemma2:2b
- gemma3:4b
run:
- gemma3:4b
nodeSelector:
type: immich
service:
type: LoadBalancer
port: 3210
@@ -39,3 +41,4 @@ spec:
enabled: true
size: 10Gi
storageClassName: longhorn
accessModes: ReadWriteMany