diff options
author | makefunstuff <[email protected]> | 2024-06-28 18:35:39 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 18:35:39 +0200 |
commit | 02703a96ecf343b793b02edbda97a54e186bf5b3 (patch) | |
tree | 3aa6962f0fce178235e1e3c226897641c892cb35 /cd | |
parent | c6292662cd65ba74a15841c8e698e64bfbcc65cb (diff) | |
download | k3s-lab-02703a96ecf343b793b02edbda97a54e186bf5b3.tar.gz |
boom
Diffstat (limited to 'cd')
-rw-r--r-- | cd/monitoring.yaml | 19 |
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 + |