|
@@ -34,3 +34,39 @@ spec:
|
|
|
syncPolicy:
|
|
syncPolicy:
|
|
|
automated:
|
|
automated:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
|
|
+---
|
|
|
|
|
+apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
+kind: Application
|
|
|
|
|
+metadata:
|
|
|
|
|
+ name: magicmirror
|
|
|
|
|
+ namespace: argocd
|
|
|
|
|
+spec:
|
|
|
|
|
+ destination:
|
|
|
|
|
+ namespace: magicmirror
|
|
|
|
|
+ server: https://kubernetes.default.svc
|
|
|
|
|
+ project: default
|
|
|
|
|
+ source:
|
|
|
|
|
+ path: argocd/kiosks/magicmirror
|
|
|
|
|
+ repoURL: https://gogs.jibby.org/jhb2345/server
|
|
|
|
|
+ targetRevision: HEAD
|
|
|
|
|
+ syncPolicy:
|
|
|
|
|
+ automated:
|
|
|
|
|
+ enabled: true
|
|
|
|
|
+---
|
|
|
|
|
+apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
+kind: Application
|
|
|
|
|
+metadata:
|
|
|
|
|
+ name: media-automation
|
|
|
|
|
+ namespace: argocd
|
|
|
|
|
+spec:
|
|
|
|
|
+ destination:
|
|
|
|
|
+ namespace: plex
|
|
|
|
|
+ server: https://kubernetes.default.svc
|
|
|
|
|
+ project: default
|
|
|
|
|
+ source:
|
|
|
|
|
+ path: argocd/media/automation
|
|
|
|
|
+ repoURL: https://gogs.jibby.org/jhb2345/server
|
|
|
|
|
+ targetRevision: HEAD
|
|
|
|
|
+ syncPolicy:
|
|
|
|
|
+ automated:
|
|
|
|
|
+ enabled: true
|