add: bonus

This commit is contained in:
2025-05-14 10:25:56 +02:00
parent a87dc80ba1
commit 5e4d0ad564
7 changed files with 101 additions and 0 deletions

20
bonus/confs/argocd.yaml Normal file
View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: playground
namespace: argocd
spec:
project: default
source:
repoURL: http://gitlab-service.gitlab.svc.cluster.local/root/iot-bonus.git
targetRevision: HEAD
path: .
destination:
server: https://kubernetes.default.svc
namespace: dev
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true