From 277424b13fd9997903fafc1516681f4ca15c3e5f Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 22 Jun 2026 04:36:11 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20apps/headlamp-app.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/headlamp-app.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/headlamp-app.yaml 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