2024-02-06 08:42:15 -03:00

25 lines
513 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: wazuhindexer
namespace: wazuh
labels:
app: wazuh-indexer
spec:
selector:
app: wazuh-indexer
ports:
- name: indexer-nodes
port: 9300
targetPort: 9300
clusterIP: None