mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 20:47:53 -06:00
24 lines
496 B
YAML
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
|