forked from wazuh/wazuh-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkustomization.yml
61 lines (52 loc) · 1.85 KB
/
kustomization.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Copyright (C) 2020 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: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Adds wazuh namespace to all resources.
namespace: wazuh
secretGenerator:
- name: odfe-ssl-certs
files:
- certs/odfe_cluster/root-ca.pem
- certs/odfe_cluster/node.pem
- certs/odfe_cluster/node-key.pem
- certs/odfe_cluster/kibana.pem
- certs/odfe_cluster/kibana-key.pem
- certs/odfe_cluster/admin.pem
- certs/odfe_cluster/admin-key.pem
- certs/odfe_cluster/filebeat.pem
- certs/odfe_cluster/filebeat-key.pem
- name: kibana-certs
files:
- certs/kibana_http/cert.pem
- certs/kibana_http/key.pem
configMapGenerator:
- name: elastic-odfe-conf
files:
- elastic_stack/elasticsearch/elastic_conf/elasticsearch.yml
- elastic_stack/elasticsearch/elastic_conf/internal_users.yml
- name: wazuh-conf
files:
- wazuh_managers/wazuh_conf/master.conf
- wazuh_managers/wazuh_conf/worker.conf
resources:
- base/wazuh-ns.yaml
- base/aws-gp2-storage-class.yaml
- secrets/wazuh-api-cred-secret.yaml
- secrets/wazuh-authd-pass-secret.yaml
- secrets/wazuh-cluster-key-secret.yaml
- secrets/elastic-cred-secret.yaml
- wazuh_managers/wazuh-cluster-svc.yaml
- wazuh_managers/wazuh-master-svc.yaml
- wazuh_managers/wazuh-workers-svc.yaml
- wazuh_managers/wazuh-master-sts.yaml
- wazuh_managers/wazuh-worker-sts.yaml
- elastic_stack/elasticsearch/elasticsearch-svc.yaml
- elastic_stack/elasticsearch/cluster/elasticsearch-api-svc.yaml
- elastic_stack/elasticsearch/cluster/elasticsearch-sts.yaml
- elastic_stack/kibana/kibana-svc.yaml
- elastic_stack/kibana/kibana-deploy.yaml