Update local-env

- lower replicas on ES cluster
- lower replicas on Wazuh cluster
This commit is contained in:
Manuel Gutierrez 2021-01-18 18:15:04 +01:00
parent cb4143ee3b
commit 408ced6006
No known key found for this signature in database
GPG Key ID: CEB8789DAED15AAD
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Copyright (C) 2021 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
# License (version 2) as published by the FSF - Free Software
# Foundation.
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-elasticsearch
spec:
replicas: 1

View File

@ -1,4 +1,13 @@
# Copyright (C) 2021 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
# License (version 2) as published by the FSF - Free Software
# Foundation.
bases:
- ../../wazuh
patches:
- storage-class.yaml
- elastic-resources.yaml
- wazuh-resources.yaml

View File

@ -0,0 +1,13 @@
# Copyright (C) 2021 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
# License (version 2) as published by the FSF - Free Software
# Foundation.
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-manager-worker
spec:
replicas: 1