From d843493b6f404d211f0942734f19c59ce931606f Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Mon, 4 Mar 2024 18:54:51 +0000 Subject: [PATCH] fix: remove ollama chart --- argo/cluster/ai/ollama/chart/Chart.lock | 6 ---- argo/cluster/ai/ollama/chart/Chart.yaml | 12 -------- argo/cluster/ai/ollama/chart/values.yaml | 28 ------------------- .../ai/ollama/ollama.app.yaml.disabled | 22 --------------- 4 files changed, 68 deletions(-) delete mode 100644 argo/cluster/ai/ollama/chart/Chart.lock delete mode 100644 argo/cluster/ai/ollama/chart/Chart.yaml delete mode 100644 argo/cluster/ai/ollama/chart/values.yaml delete mode 100644 argo/cluster/ai/ollama/ollama.app.yaml.disabled diff --git a/argo/cluster/ai/ollama/chart/Chart.lock b/argo/cluster/ai/ollama/chart/Chart.lock deleted file mode 100644 index 8422c84d..00000000 --- a/argo/cluster/ai/ollama/chart/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: ollama - repository: https://otwld.github.io/ollama-helm/ - version: 0.17.0 -digest: sha256:65ce1a191dd9b276e154df24dff27bf503c3e5ed5ceefc3ecf75cf5a64329063 -generated: "2024-02-29T20:10:03.411997488Z" diff --git a/argo/cluster/ai/ollama/chart/Chart.yaml b/argo/cluster/ai/ollama/chart/Chart.yaml deleted file mode 100644 index b72f7bfb..00000000 --- a/argo/cluster/ai/ollama/chart/Chart.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v2 -name: open-webui -description: open-webui chart -type: application - -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: - - name: ollama - repository: https://otwld.github.io/ollama-helm/ - version: 0.17.0 diff --git a/argo/cluster/ai/ollama/chart/values.yaml b/argo/cluster/ai/ollama/chart/values.yaml deleted file mode 100644 index 62d35a88..00000000 --- a/argo/cluster/ai/ollama/chart/values.yaml +++ /dev/null @@ -1,28 +0,0 @@ -ollama: - ollama: - defaultModel: mistral - - persistentVolume: - enabled: true - size: 30Gi - storageClass: smb - - affinity: - nodeAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 1 - preference: - matchExpressions: - - key: quicksync - operator: In - values: - - available - - volumes: - - name: quicksync - hostPath: - path: /dev/dri - - volumeMounts: - - mountPath: /dev/dri - name: quicksync diff --git a/argo/cluster/ai/ollama/ollama.app.yaml.disabled b/argo/cluster/ai/ollama/ollama.app.yaml.disabled deleted file mode 100644 index 54f5e04a..00000000 --- a/argo/cluster/ai/ollama/ollama.app.yaml.disabled +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: ollama - namespace: argo - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: ai - server: https://kubernetes.default.svc - project: apps - source: - path: argo/cluster/ai/ollama/chart - repoURL: https://gitlab.com/henrywhitaker3/homelab.git - targetRevision: HEAD - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true