Last app without prune; now consistent with the rest of the cluster. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
424 B
YAML
21 lines
424 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: ollama
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: ollama
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: ollama
|
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|