Files
infra/deploy/huly/elastic/elastic-service.yaml

16 lines
218 B
YAML

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