about summary refs log tree commit diff
path: root/cd/tools.yaml
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 21:49:42 +0200
committermakefunstuff <[email protected]>2024-06-28 21:49:42 +0200
commit8c4a3ae4c40d3b08b153f6143c69d6320e8d0286 (patch)
treed4e2dfd0385d5229814c93ea315f36dc45dc693e /cd/tools.yaml
parentb1f8aa3b4b182c002c34d3b45942e18fde5d654f (diff)
downloadk3s-lab-8c4a3ae4c40d3b08b153f6143c69d6320e8d0286.tar.gz
trying to split to separate applications and use applicationset instead
Diffstat (limited to 'cd/tools.yaml')
-rw-r--r--cd/tools.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/cd/tools.yaml b/cd/tools.yaml
new file mode 100644
index 0000000..a2cfc89
--- /dev/null
+++ b/cd/tools.yaml
@@ -0,0 +1,28 @@
+apiVersion: argoproj.io/v1alpha1
+kind: ApplicationSet
+metadata:
+  name: monitoring-applicationset
+  namespace: argocd
+spec:
+  generators:
+  - list:
+      elements:
+      - chart: grafana
+        path: tools/grafana
+  template:
+    metadata:
+      name: '{{chart}}'
+    spec:
+      project: default
+      source:
+        repoURL: 'https://github.com/makefunstuff/k3s-lab'
+        targetRevision: HEAD
+        path: '{{path}}'
+      destination:
+        server: 'https://kubernetes.default.svc'
+        namespace: monitoring
+      syncPolicy:
+        automated:
+          prune: true
+          selfHeal: true
+