Update readme

This commit is contained in:
Manuel Gutierrez 2020-11-18 14:46:40 +01:00
parent 53ef35ee00
commit 05904edb9a
No known key found for this signature in database
GPG Key ID: CEB8789DAED15AAD

View File

@ -13,48 +13,47 @@ The *instructions.md* file describes how to deploy Wazuh on Kubernetes.
## Directory structure ## Directory structure
├── wazuh-kubernetes ├── base
│ ├── base │   ├── aws-gp2-storage-class.yaml
│ │ ├── aws-gp2-storage-class.yaml │   └── wazuh-ns.yaml
│ │ ├── wazuh-ns.yaml ├── certs
│   ├── kibana_http
│ ├── elastic_stack │   └── odfe_cluster
│ │ ├── elasticsearch ├── CHANGELOG.md
│ │ │ ├── cluster ├── cleanup.md
│ │ │ │ ├── elasticsearch-api-svc.yaml ├── elastic_stack
│ │ │ │ ├── elasticsearch-data-sts.yaml │   ├── elasticsearch
│ │ │ │ ├── elasticsearch-master-sts.yaml │   │   ├── cluster
│ │ │ │   │   │   ├── elasticsearch-api-svc.yaml
│ │ │ ├── single-node │   │   │   └── elasticsearch-sts.yaml
│ │ │ │ ├── elasticsearch-api-svc.yaml │   │   ├── elastic_conf
│ │ │ │ ├── elasticsearch-sts.yaml │   │   │   ├── elasticsearch.yml
│ │ │ │   │   │   └── internal_users.yml
│ │ │ ├── elasticsearch-svc.yaml │   │   └── elasticsearch-svc.yaml
│ │ │   └── kibana
│ │ ├── kibana │   ├── kibana-deploy.yaml
│ │ │ ├── kibana-deploy.yaml │   └── kibana-svc.yaml
│ │ │ ├── kibana-svc.yaml ├── instructions.md
│ │ │ ├── nginx-deploy.yaml ├── kustomization.yml
│ │ │ ├── nginx-svc.yaml ├── LICENSE
| | ├── README.md
│ ├── wazuh_managers ├── secrets
│ │ ├── wazuh-cluster-svc.yaml │   ├── elastic-cred-secret.yaml
│ │ ├── wazuh-master-conf.yaml │   ├── wazuh-api-cred-secret.yaml
│ │ ├── wazuh-master-sts.yaml │   ├── wazuh-authd-pass-secret.yaml
│ │ ├── wazuh-master-svc.yaml │   └── wazuh-cluster-key-secret.yaml
│ │ ├── wazuh-worker-0-conf.yaml ├── upgrade.md
│ │ ├── wazuh-worker-0-sts.yaml ├── VERSION
│ │ ├── wazuh-worker-1-conf.yaml └── wazuh_managers
│ │ ├── wazuh-worker-1-sts.yaml ├── wazuh-cluster-svc.yaml
│ │ ├── wazuh-workers-svc.yaml ├── wazuh_conf
│ │ │   ├── master.conf
│ ├── README.md │   └── worker.conf
│ ├── VERSION ├── wazuh-master-sts.yaml
│ ├── CHANGELOG.md ├── wazuh-master-svc.yaml
│ ├── LICENSE ├── wazuh-workers-svc.yaml
│ ├── cleanup.md └── wazuh-worker-sts.yaml
│ ├── instructions.md
│ ├── upgrade.md
## Branches ## Branches