Added Argo project

This commit is contained in:
Ultradesu
2025-04-05 22:11:00 +01:00
parent 58332fd520
commit 6b602a7a69
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: core
namespace: argocd
spec:
project: homelab
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true