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

31 lines
695 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: ai-assistant-applicationset
namespace: ai-assistant
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
targetRevision: '*'
chart: '{{.chart}}'
destination:
server: https://kubernetes.default.svc
namespace: ai-assistant
syncPolicy:
automated:
prune: true
selfHeal: true