Skip to content

Commit ec6bc40

Browse files
author
Jose M
committed
Update Wazuh Manager containers resources requests
1 parent 29fdf65 commit ec6bc40

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

wazuh_managers/wazuh-master-sts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ spec:
3636
image: 'wazuh/wazuh:3.9.1_7.1.0'
3737
resources:
3838
requests:
39-
cpu: 500m
40-
memory: 256Mi
39+
cpu: 2
40+
memory: 1024Mi
4141
limits:
42-
cpu: 1
43-
memory: 512Mi
42+
cpu: 2
43+
memory: 2048Mi
4444
volumeMounts:
4545
- name: config
4646
mountPath: /wazuh-config-mount/etc/ossec.conf

wazuh_managers/wazuh-worker-0-sts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ spec:
5050
image: 'wazuh/wazuh:3.9.1_7.1.0'
5151
resources:
5252
requests:
53-
cpu: 500m
54-
memory: 256Mi
53+
cpu: 2
54+
memory: 1024Mi
5555
limits:
56-
cpu: 1
57-
memory: 512Mi
56+
cpu: 2
57+
memory: 2048Mi
5858
volumeMounts:
5959
- name: config
6060
mountPath: /wazuh-config-mount/etc/ossec.conf

wazuh_managers/wazuh-worker-1-sts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ spec:
5050
image: 'wazuh/wazuh:3.9.1_7.1.0'
5151
resources:
5252
requests:
53-
cpu: 500m
54-
memory: 256Mi
53+
cpu: 2
54+
memory: 1024Mi
5555
limits:
56-
cpu: 1
57-
memory: 512Mi
56+
cpu: 2
57+
memory: 2048Mi
5858
volumeMounts:
5959
- name: config
6060
mountPath: /wazuh-config-mount/etc/ossec.conf

0 commit comments

Comments
 (0)