mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
25 lines
513 B
YAML
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
|