añadido wazuh

This commit is contained in:
2025-05-17 08:03:48 +00:00
parent cb54c734e3
commit 05d84c00e3

23
apps/wazuh.yaml Normal file
View File

@ -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