This commit is contained in:
2025-02-28 10:51:39 -05:00
parent 8671147c79
commit 57dcfd28ad
3 changed files with 81 additions and 0 deletions

18
p3/confs/argocd.yaml Normal file
View File

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: playground
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/starnakin/42_IOT-playground-cchauvet.git
targetRevision: HEAD
path: .
destination:
server: https://kubernetes.default.svc
namespace: dev
syncPolicy:
automated:
selfHeal: true
prune: true