32 lines
696 B
YAML
32 lines
696 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
|
|
chart: '{{.chart}}'
|
|
targetRevision: '*'
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: ai-assistant
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|
|
|