Update ollama HelmRelease configuration to include model definitions and access modes
This commit is contained in:
@@ -26,11 +26,13 @@ spec:
|
||||
gpu:
|
||||
enabled: true
|
||||
type: nvidia
|
||||
models:
|
||||
pull:
|
||||
- gemma3:4b
|
||||
run:
|
||||
- gemma3:4b
|
||||
nodeSelector:
|
||||
type: immich
|
||||
models:
|
||||
pull:
|
||||
- gemma2:2b
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 3210
|
||||
@@ -39,3 +41,4 @@ spec:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
storageClassName: longhorn
|
||||
accessModes: ReadWriteMany
|
||||
|
||||
Reference in New Issue
Block a user