mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
merge-4.13.0-into-4.14.0
This commit is contained in:
commit
cd06e22c93
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
repository_bumper_*.log
|
repository_bumper_*.log
|
||||||
|
wazuh/certs/indexer_cluster/*.pem
|
||||||
|
wazuh/certs/indexer_cluster/*.csr
|
||||||
|
wazuh/certs/indexer_cluster/*.srl
|
||||||
|
wazuh/certs/dashboard_http/*.pem
|
||||||
|
wazuh/certs/dashboard_http/*.csr
|
||||||
|
wazuh/certs/dashboard_http/*.srl
|
||||||
|
|||||||
@ -32,11 +32,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- None
|
- Syscollector configuration change ([#1181](https://github.com/wazuh/wazuh-kubernetes/pull/1181))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- None
|
- Change ports order ([#1183](https://github.com/wazuh/wazuh-kubernetes/pull/1183))
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
|
|||||||
@ -24,9 +24,9 @@ spec:
|
|||||||
app: wazuh-manager
|
app: wazuh-manager
|
||||||
node-type: master
|
node-type: master
|
||||||
ports:
|
ports:
|
||||||
- name: registration
|
|
||||||
port: 1515
|
|
||||||
targetPort: 1515
|
|
||||||
- name: api
|
- name: api
|
||||||
port: 55000
|
port: 55000
|
||||||
targetPort: 55000
|
targetPort: 55000
|
||||||
|
- name: registration
|
||||||
|
port: 1515
|
||||||
|
targetPort: 1515
|
||||||
|
|||||||
@ -99,7 +99,7 @@
|
|||||||
<os>yes</os>
|
<os>yes</os>
|
||||||
<network>yes</network>
|
<network>yes</network>
|
||||||
<packages>yes</packages>
|
<packages>yes</packages>
|
||||||
<ports all="no">yes</ports>
|
<ports all="yes">yes</ports>
|
||||||
<processes>yes</processes>
|
<processes>yes</processes>
|
||||||
</wodle>
|
</wodle>
|
||||||
|
|
||||||
|
|||||||
@ -99,7 +99,7 @@
|
|||||||
<os>yes</os>
|
<os>yes</os>
|
||||||
<network>yes</network>
|
<network>yes</network>
|
||||||
<packages>yes</packages>
|
<packages>yes</packages>
|
||||||
<ports all="no">yes</ports>
|
<ports all="yes">yes</ports>
|
||||||
<processes>yes</processes>
|
<processes>yes</processes>
|
||||||
</wodle>
|
</wodle>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user