ai-assistant-apps/applicationset/ai-assistant-applicationset.yaml
2025-03-14 16:34:06 +01:00

31 lines
670 B
YAML

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