diff --git a/argocd/apps/portfolio.yaml b/argocd/apps/portfolio.yaml new file mode 100644 index 0000000..166e8ab --- /dev/null +++ b/argocd/apps/portfolio.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: portfolio + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.nik4nao.com/nik/homelab.git + targetRevision: main + path: manifests/portfolio + directory: + recurse: true + include: '*.yaml' + destination: + server: https://kubernetes.default.svc + namespace: portfolio + syncPolicy: + automated: + prune: false + selfHeal: true + syncOptions: + - CreateNamespace=true