mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 15:25:23 -06:00
Merge pull request #884 from wazuh/merge-4.10.1-into-4.10.2
Merge 4.10.1 into 4.10.2
This commit is contained in:
commit
d96ee5bae3
@ -24,15 +24,20 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- None
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
- None
|
||||
- Add labelSelector ([#872](https://github.com/wazuh/wazuh-kubernetes/pull/872)) \- (Wazuh worker STS)
|
||||
|
||||
### Deleted
|
||||
|
||||
- None
|
||||
|
||||
## [4.9.2]
|
||||
|
||||
### Added
|
||||
|
||||
- Update to Wazuh version [4.9.2](https://github.com/wazuh/wazuh/blob/v4.9.2/CHANGELOG.md#v492)
|
||||
|
||||
## [4.9.1]
|
||||
|
||||
### Added
|
||||
|
||||
@ -33,6 +33,10 @@ spec:
|
||||
- weight: 100
|
||||
podAffinityTerm:
|
||||
topologyKey: kubernetes.io/hostname
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: wazuh-manager
|
||||
node-type: worker
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user