diff --git a/argo/apps/alloy-config.yaml b/argo/apps/alloy-config.yaml index e69de29..e64ec52 100644 --- a/argo/apps/alloy-config.yaml +++ b/argo/apps/alloy-config.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: alloy-config + namespace: argocd +spec: + project: default + sources: + - repoURL: https://git.james-mellors.com/mello/Monitoring.git + targetRevision: main + path: alloy/helm/alloy-config + + destination: + server: https://kubernetes.default.svc + namespace: monitoring + syncPolicy: + syncOptions: + - ServerSideApply=true + automated: + prune: true + selfHeal: true + \ No newline at end of file