forked from roger/k3s-cluster
new llamacpp service
This commit is contained in:
24
argocd/apps/llamacpp.yaml
Normal file
24
argocd/apps/llamacpp.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: llamacpp
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: k3s-cluster
|
||||
source:
|
||||
repoURL: https://git.rogi.casa/roger/k3s-cluster.git
|
||||
targetRevision: main
|
||||
path: llamacpp
|
||||
directory:
|
||||
recurse: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: llamacpp
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
@@ -29,6 +29,7 @@ APPS=(
|
||||
"gym-tracker|gym-tracker|gym-tracker|true|true"
|
||||
"homeassistant|home-assistant|homeassistant|true|true"
|
||||
"jellyfin|jellyfin|jellyfin|true|true"
|
||||
"llamacpp|llamacpp|llamacpp|true|true"
|
||||
"litellm|litellm|litellm|true|true"
|
||||
"minecraft-server|minecraft|minecraft-server|true|true"
|
||||
"monitoring|monitoring|monitoring|true|true"
|
||||
|
||||
Reference in New Issue
Block a user