2018-12-14 16:27:44 +01:00

24 lines
496 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: API
apiVersion: v1
kind: Service
metadata:
name: elasticsearch
namespace: wazuh
labels:
app: wazuh-elasticsearch
spec:
selector:
app: wazuh-elasticsearch
ports:
- name: es-rest
port: 9200
targetPort: 9200