mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor files
This commit is contained in:
17
vendor/k8s.io/kubernetes/examples/elasticsearch/es-svc.yaml
generated
vendored
Normal file
17
vendor/k8s.io/kubernetes/examples/elasticsearch/es-svc.yaml
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user