From 7028c362068e4d3fbca2befccfc556fd82e92938 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 9 Apr 2024 22:14:57 +1000 Subject: [PATCH] Add ai folder --- manifests/ai.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifests/ai.yaml diff --git a/manifests/ai.yaml b/manifests/ai.yaml new file mode 100644 index 0000000..d92b55b --- /dev/null +++ b/manifests/ai.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ai + namespace: argocd +spec: + project: default + syncPolicy: + retry: + limit: 1 + automated: + prune: true + selfHeal: true + source: + repoURL: git@github.com:wahyd4/home-docker.git + targetRevision: master + path: ai + destination: + server: https://kubernetes.default.svc + namespace: ai