diff --git a/apps/headlamp-app.yaml b/apps/headlamp-app.yaml new file mode 100644 index 0000000..c0af0d6 --- /dev/null +++ b/apps/headlamp-app.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: headlamp-app + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.cruzcloud.net/devops/apps-registry.git + path: workloads/headlamp + targetRevision: main + destination: + server: https://kubernetes.default.svc + namespace: headlamp + syncPolicy: + automated: + prune: true + selfHeal: true \ No newline at end of file