app config
This commit is contained in:
parent
48f35a6862
commit
796bd87206
@ -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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user