Files
infra/deploy/huly/elastic/elastic-service.yaml
2025-03-21 20:26:53 +01:00

15 lines
200 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
labels:
app: elastic
name: elastic
spec:
ports:
- name: "9200"
port: 9200
targetPort: 9200
selector:
app: elastic