mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 20:47:53 -06:00
update kustomization options
This commit is contained in:
parent
4d9e1d813e
commit
da40c69d08
@ -5,11 +5,13 @@
|
|||||||
# License (version 2) as published by the FSF - Free Software
|
# License (version 2) as published by the FSF - Free Software
|
||||||
# Foundation.
|
# Foundation.
|
||||||
|
|
||||||
bases:
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
- ../../wazuh
|
kind: Kustomization
|
||||||
patchesStrategicMerge:
|
resources:
|
||||||
- storage-class.yaml
|
- ../../wazuh
|
||||||
- indexer-resources.yaml
|
patches:
|
||||||
- dashboard-resources.yaml
|
- path: storage-class.yaml
|
||||||
- wazuh-master-resources.yaml
|
- path: indexer-resources.yaml
|
||||||
- wazuh-worker-resources.yaml
|
- path: dashboard-resources.yaml
|
||||||
|
- path: wazuh-master-resources.yaml
|
||||||
|
- path: wazuh-worker-resources.yaml
|
||||||
|
|||||||
@ -5,9 +5,11 @@
|
|||||||
# License (version 2) as published by the FSF - Free Software
|
# License (version 2) as published by the FSF - Free Software
|
||||||
# Foundation.
|
# Foundation.
|
||||||
|
|
||||||
bases:
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
- ../../wazuh
|
kind: Kustomization
|
||||||
patchesStrategicMerge:
|
resources:
|
||||||
- storage-class.yaml
|
- ../../wazuh
|
||||||
- indexer-resources.yaml
|
patches:
|
||||||
- wazuh-resources.yaml
|
- path: storage-class.yaml
|
||||||
|
- path: indexer-resources.yaml
|
||||||
|
- path: wazuh-resources.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user