Skip to content

Commit

Permalink
Merge pull request #178 from wazuh/update-4.2
Browse files Browse the repository at this point in the history
Update 4.2 branch
  • Loading branch information
José Fernández Aguilera authored Sep 7, 2021
2 parents 5418428 + cc125fa commit d98f7ab
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions envs/eks/wazuh-master-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-manager-master
namespace: wazuh
spec:
template:
spec:
Expand Down
1 change: 1 addition & 0 deletions envs/eks/wazuh-worker-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-manager-worker
namespace: wazuh
spec:
template:
spec:
Expand Down
1 change: 1 addition & 0 deletions envs/local-env/elastic-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-elasticsearch
namespace: wazuh
spec:
replicas: 1
1 change: 1 addition & 0 deletions envs/local-env/wazuh-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-manager-worker
namespace: wazuh
spec:
replicas: 1
Empty file modified wazuh/certs/kibana_http/generate_certs.sh
100644 → 100755
Empty file.
Empty file modified wazuh/certs/odfe_cluster/generate_certs.sh
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
privileged: true
containers:
- name: wazuh-elasticsearch
image: 'amazon/opendistro-for-elasticsearch:1.12.0'
image: 'amazon/opendistro-for-elasticsearch:1.13.2'
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit d98f7ab

Please sign in to comment.