added calibre and adventurelog

This commit is contained in:
kisfenyo
2025-12-20 11:34:29 +01:00
parent 0c32f9875d
commit 16913ebbc7
3 changed files with 870 additions and 0 deletions
+45
View File
@@ -417,3 +417,48 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
---
# Calibre
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: calibre
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: calibre-system
destination:
server: https://kubernetes.default.svc
namespace: calibre-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Uptimekuma
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: adventurelog
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: adventurelog-system
destination:
server: https://kubernetes.default.svc
namespace: adventurelog-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---