Compare commits

...

2 Commits

Author SHA1 Message Date
796bd87206 app config 2025-03-17 13:27:11 +01:00
48f35a6862 applicationset config 2025-03-17 13:27:04 +01:00
3 changed files with 27 additions and 36 deletions

27
ai-assistant-apps.yaml Normal file
View File

@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: ai-assistant-applicationset
spec:
generators:
- list:
elements:
- appName: ollama
- appName: open-webui
template:
metadata:
name: '{{.appName}}-app'
spec:
project: ai-assistant
source:
repoURL: gitea.9003009.xyz
chart: 'helm-charts/{{.appName}}'
targetRevision: "*"
destination:
server: https://kubernetes.default.svc
namespace: ai-assistant
syncPolicy:
automated:
selfHeal: true
prune: true

View File

@ -1,18 +0,0 @@
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

@ -1,18 +0,0 @@
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