Compare commits

...

12 Commits

Author SHA1 Message Date
97d980331f fix name 2025-03-15 13:50:12 +01:00
be44024324 fix project name 2025-03-15 13:28:03 +01:00
6fb3e455d6 revert last change 2025-03-15 13:22:09 +01:00
e7b94a41c5 specify argocd namespace 2025-03-15 13:14:47 +01:00
ddb9721ac4 use application instead of applicationset 2025-03-15 11:49:08 +01:00
167d4a5615 test7 2025-03-14 16:49:13 +01:00
3090b9333a test 6 2025-03-14 16:46:14 +01:00
6364241bdc test 5 2025-03-14 16:42:50 +01:00
f03ab26e5d test 4 2025-03-14 16:34:06 +01:00
2f4d46c1ab test 3 2025-03-14 16:29:28 +01:00
8ef8019a0a fix 2 2025-03-14 16:25:41 +01:00
4789acf1f1 test 2025-03-14 16:14:18 +01:00
5 changed files with 36 additions and 52 deletions

18
applications/ollama.yaml Normal file
View File

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ollama
spec:
destination:
namespace: ai-assistant
server: https://kubernetes.default.svc
source:
path: ''
repoURL: gitea.9003009.xyz
targetRevision: '*'
chart: helm-charts/ollama
project: ai-assistant-project
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: open-webui
spec:
destination:
namespace: ai-assistant
server: https://kubernetes.default.svc
source:
path: ''
repoURL: gitea.9003009.xyz
targetRevision: '*'
chart: helm-charts/open-webui
project: ai-assistant-project
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@ -1,31 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: ai-assistant-applicationset
spec:
generators:
- git:
repoURL: https://gitea.9003009.xyz/argocd-apps/ai-assistant.git
revision: HEAD
files:
- path: "helm-charts-values/**/values.yaml"
template:
metadata:
name: '{{.path.basename}}'
spec:
project: ai-assistant
source:
repoURL: gitea.9003009.xyz
chart: 'helm-charts/{{.path.basename}}'
targetRevision: "*"
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: ai-assistant
syncPolicy:
automated:
selfHeal: true
prune: true

View File

@ -1,9 +0,0 @@
replicaCount: 1
image:
repository: ollama
name: ollama
tag: ""
container:
port: 11434
service:
port: 11434

View File

@ -1,12 +0,0 @@
replicaCount: 1
image:
repository: ghcr.io/open-webui
name: open-webui
tag: ""
ingress:
host: "open-webui.9003009.xyz"
ollama:
baseUrl: "http://ollama-service:11434"