diff options
Diffstat (limited to 'cd/monitoring.yaml')
-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 + |