Añadir apps/headlamp-app.yaml

This commit is contained in:
2026-06-22 04:36:11 +00:00
parent b5274e91fa
commit 277424b13f
+18
View File
@@ -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