about summary refs log tree commit diff
path: root/cd/monitoring.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cd/monitoring.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/cd/monitoring.yaml b/cd/monitoring.yaml
new file mode 100644
index 0000000..0ac401c
--- /dev/null
+++ b/cd/monitoring.yaml
@@ -0,0 +1,19 @@
+kapiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: monitoring
+  namespace: argocd
+spec:
+  project: default
+  source:
+    repoURL: 'https://github.com/makefunstuff/k3s-lab'
+    targetRevision: HEAD
+    path: monitoring
+  destination:
+    server: 'https://kubernetes.default.svc'
+    namespace: monitoring
+  syncPolicy:
+    automated:
+      prune: true
+      selfHeal: true
+