Skip to content

Commit d4d4c0e

Browse files
authored
Increase resources (#7759)
1 parent aded4d5 commit d4d4c0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ct/wazuh.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ APP="Wazuh"
99
var_tags="${var_tags:-security;monitoring}"
1010
var_cpu="${var_cpu:-4}"
1111
var_ram="${var_ram:-4096}"
12-
var_disk="${var_disk:-18}"
12+
var_disk="${var_disk:-25}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-12}"
1515
var_unprivileged="${var_unprivileged:-1}"
@@ -41,4 +41,4 @@ description
4141
msg_ok "Completed Successfully!\n"
4242
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4343
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
44-
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:443${CL}"
44+
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:443${CL}"

frontend/public/json/wazuh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"resources": {
2222
"cpu": 4,
2323
"ram": 4096,
24-
"hdd": 18,
24+
"hdd": 25,
2525
"os": "debian",
2626
"version": "12"
2727
}

0 commit comments

Comments
 (0)