From 602c073c9d8ac626a7071597bbad5c5b6d4500b3 Mon Sep 17 00:00:00 2001 From: James Mellors Date: Mon, 12 May 2025 12:31:56 +0100 Subject: [PATCH] updating alloy config --- argo/apps/alloy-config.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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