merge-4.13.0-into-4.14.0

This commit is contained in:
fcaffieri 2025-09-18 18:28:41 -03:00
commit cd06e22c93
No known key found for this signature in database
GPG Key ID: B7BF03CCFA03B9B8
5 changed files with 13 additions and 7 deletions

6
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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>