From d4d4c0e07ab5e0181c9e9d71648e31a2a9ca5eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 20 Sep 2025 10:01:19 +0200 Subject: [PATCH] Increase resources (#7759) --- ct/wazuh.sh | 4 ++-- frontend/public/json/wazuh.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/wazuh.sh b/ct/wazuh.sh index 93c3d5f98..c67b1e8e3 100644 --- a/ct/wazuh.sh +++ b/ct/wazuh.sh @@ -9,7 +9,7 @@ APP="Wazuh" var_tags="${var_tags:-security;monitoring}" var_cpu="${var_cpu:-4}" var_ram="${var_ram:-4096}" -var_disk="${var_disk:-18}" +var_disk="${var_disk:-25}" var_os="${var_os:-debian}" var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}" @@ -41,4 +41,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:443${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:443${CL}" diff --git a/frontend/public/json/wazuh.json b/frontend/public/json/wazuh.json index 4a3387721..8d6fdd8ff 100644 --- a/frontend/public/json/wazuh.json +++ b/frontend/public/json/wazuh.json @@ -21,7 +21,7 @@ "resources": { "cpu": 4, "ram": 4096, - "hdd": 18, + "hdd": 25, "os": "debian", "version": "12" }