From 05d84c00e3122cd7ed783c54e01cc75745a20432 Mon Sep 17 00:00:00 2001 From: xavor Date: Sat, 17 May 2025 08:03:48 +0000 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20wazuh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wazuh.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/wazuh.yaml diff --git a/apps/wazuh.yaml b/apps/wazuh.yaml new file mode 100644 index 0000000..880ccde --- /dev/null +++ b/apps/wazuh.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: wazuh + namespace: argocd +spec: + project: default + source: + repoURL: 'http://192.168.1.10:30300/xavor/k8s-wazuh.git' + targetRevision: HEAD + path: charts + helm: + valueFiles: + - ../values.yaml + destination: + server: https://kubernetes.default.svc + namespace: wazuh + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true