Compare commits
No commits in common. "796bd87206961522d7a0961c59d8a012fd7e69d8" and "97d980331fca1d14363b40a0eb34b2c3f60b6bec" have entirely different histories.
796bd87206
...
97d980331f
@ -1,27 +0,0 @@
|
||||
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
|
||||
|
||||
18
applications/ollama.yaml
Normal file
18
applications/ollama.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
||||
18
applications/open-webui.yaml
Normal file
18
applications/open-webui.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user