mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 03:35:28 -06:00
Update local-env
- lower replicas on ES cluster - lower replicas on Wazuh cluster
This commit is contained in:
parent
cb4143ee3b
commit
408ced6006
13
envs/local-env/elastic-resources.yaml
Normal file
13
envs/local-env/elastic-resources.yaml
Normal 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
|
||||
@ -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
|
||||
|
||||
13
envs/local-env/wazuh-resources.yaml
Normal file
13
envs/local-env/wazuh-resources.yaml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user