Comment ai-stack
This commit is contained in:
parent
5c11223dfb
commit
3a0c78d5de
@ -1,23 +1,23 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: ollama
|
# name: ollama
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
# spec:
|
||||||
project: ai-stack
|
# project: ai-stack
|
||||||
source:
|
# source:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git
|
# repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
path: charts/ollama
|
# path: charts/ollama
|
||||||
helm:
|
# helm:
|
||||||
valueFiles:
|
# valueFiles:
|
||||||
- ../../manifests/ollama/values.yaml
|
# - ../../manifests/ollama/values.yaml
|
||||||
destination:
|
# destination:
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
namespace: ai-stack
|
# namespace: ai-stack
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
prune: true
|
# prune: true
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
|
|||||||
@ -1,23 +1,23 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: open-webui
|
# name: open-webui
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
# spec:
|
||||||
project: ai-stack
|
# project: ai-stack
|
||||||
source:
|
# source:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git
|
# repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
path: charts/open-webui
|
# path: charts/open-webui
|
||||||
helm:
|
# helm:
|
||||||
valueFiles:
|
# valueFiles:
|
||||||
- ../../manifests/open-webui/values.yaml
|
# - ../../manifests/open-webui/values.yaml
|
||||||
destination:
|
# destination:
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
namespace: ai-stack
|
# namespace: ai-stack
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
prune: true
|
# prune: true
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user