refactor to use with argocd instead of flux
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: ollama
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 24h
|
||||
chart:
|
||||
spec:
|
||||
chart: ollama
|
||||
version: "1.22.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: ollama
|
||||
namespace: flux-system
|
||||
interval: 24h
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
ollama:
|
||||
gpu:
|
||||
enabled: true
|
||||
type: nvidia
|
||||
models:
|
||||
pull:
|
||||
- gemma3:4b
|
||||
run:
|
||||
- gemma3:4b
|
||||
nodeSelector:
|
||||
type: immich
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 3210
|
||||
runtimeClassName: nvidia
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
existingClaim: longhorn-ollama
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: ollama
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://otwld.github.io/ollama-helm/
|
||||
20
cluster/helm/ollama/values.yml
Normal file
20
cluster/helm/ollama/values.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# https://otwld.github.io/ollama-helm/
|
||||
|
||||
ollama:
|
||||
gpu:
|
||||
enabled: true
|
||||
type: nvidia
|
||||
models:
|
||||
pull:
|
||||
- gemma3:4b
|
||||
run:
|
||||
- gemma3:4b
|
||||
nodeSelector:
|
||||
gpu: nvidia
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 3210
|
||||
runtimeClassName: nvidia
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
existingClaim: longhorn-ollama
|
||||
Reference in New Issue
Block a user