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