Files
cloud-host/backend/helm/cloudhost-logging/templates/elasticsearch-service.yaml
T
keyhan 35dd771f63 Add unified logs platform with Helm-managed central Elasticsearch.
Deploy cloudhost-logging on cluster registration, ship app and optional service logs to ES with owner isolation, and fix Kibana 8.12 auth via kibana_system.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 15:56:33 +03:30

19 lines
340 B
YAML

apiVersion: v1
kind: Service
metadata:
name: elasticsearch
namespace: {{ include "cloudhost-logging.namespace" . }}
labels:
app: elasticsearch
spec:
type: ClusterIP
selector:
app: elasticsearch
ports:
- name: http
port: 9200
targetPort: 9200
- name: transport
port: 9300
targetPort: 9300