added JARRs Dev environment

This commit is contained in:
2026-03-04 08:33:08 +01:00
parent 5cf2d2b433
commit d915d7f60b
2 changed files with 499 additions and 0 deletions
+29
View File
@@ -1099,4 +1099,33 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
---
# JARR (dev environment)
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: jarr
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: jarrs-system
destination:
server: https://kubernetes.default.svc
namespace: jarrs-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
- ApplyOutOfSyncOnly=true
retry:
limit: 3
backoff:
duration: 5s
factor: 2
maxDuration: 3m
---