Files
kubernetes/wazuh-kubernetes/wazuh/indexer_stack/wazuh-indexer/indexer-svc.yaml
T
2025-11-13 13:20:41 +00:00

25 lines
514 B
YAML

# Copyright (C) 2019, Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
# License (version 2) as published by the FSF - Free Software
# Foundation.
# Indexer service: Communications
apiVersion: v1
kind: Service
metadata:
name: wazuh-indexer
namespace: wazuh
labels:
app: wazuh-indexer
spec:
selector:
app: wazuh-indexer
ports:
- name: indexer-nodes
port: 9300
targetPort: 9300
clusterIP: None