about summary refs log tree commit diff
path: root/cd
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 18:35:39 +0200
committermakefunstuff <[email protected]>2024-06-28 18:35:39 +0200
commit02703a96ecf343b793b02edbda97a54e186bf5b3 (patch)
tree3aa6962f0fce178235e1e3c226897641c892cb35 /cd
parentc6292662cd65ba74a15841c8e698e64bfbcc65cb (diff)
downloadk3s-lab-02703a96ecf343b793b02edbda97a54e186bf5b3.tar.gz
boom
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
+