added cal.com

This commit is contained in:
2026-01-08 16:05:58 +01:00
parent 83261d9609
commit cbd954d656
2 changed files with 535 additions and 0 deletions
+22
View File
@@ -855,4 +855,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Booking (Cal.com)
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: booking
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: booking-system
destination:
server: https://kubernetes.default.svc
namespace: booking-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---