added termix

This commit is contained in:
kisfenyo
2025-12-30 12:32:08 +01:00
parent a53dc8ac32
commit 31c35bd1eb
2 changed files with 187 additions and 0 deletions
+22
View File
@@ -592,3 +592,25 @@ spec:
- CreateNamespace=true
- PruneLast=true
---
# Termix
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: termix
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: termix-system
destination:
server: https://kubernetes.default.svc
namespace: termix-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---