mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
18 lines
278 B
YAML
18 lines
278 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: elasticsearch
|
|
labels:
|
|
component: elasticsearch
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
component: elasticsearch
|
|
ports:
|
|
- name: http
|
|
port: 9200
|
|
protocol: TCP
|
|
- name: transport
|
|
port: 9300
|
|
protocol: TCP
|