añadido wazuh
This commit is contained in:
23
apps/wazuh.yaml
Normal file
23
apps/wazuh.yaml
Normal 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
|
Reference in New Issue
Block a user