mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 16:46:36 -06:00
Merge pull request #872 from wazuh/bug/868-add-labelselector
Add labelSelector
This commit is contained in:
commit
c21c42fb65
@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Fixed
|
||||
|
||||
- None
|
||||
- Add labelSelector ([#872](https://github.com/wazuh/wazuh-kubernetes/pull/872)) \- (Wazuh worker STS)
|
||||
|
||||
### Deleted
|
||||
|
||||
|
||||
@ -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