2018-11-27 14:19:17 -05:00

25 lines
532 B
YAML

# Copyright (C) 2018 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.
# Elasticsearch service: Communications
apiVersion: v1
kind: Service
metadata:
name: wazuh-elasticsearch
namespace: wazuh
labels:
app: wazuh-elasticsearch
spec:
selector:
app: wazuh-elasticsearch
ports:
- name: es-nodes
port: 9300
targetPort: 9300
clusterIP: None