implement huly
This commit is contained in:
14
deploy/huly/elastic/elastic-service.yaml
Normal file
14
deploy/huly/elastic/elastic-service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
labels:
|
||||
app: elastic
|
||||
name: elastic
|
||||
spec:
|
||||
ports:
|
||||
- name: "9200"
|
||||
port: 9200
|
||||
targetPort: 9200
|
||||
selector:
|
||||
app: elastic
|
Reference in New Issue
Block a user