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:
14
vendor/k8s.io/kubernetes/examples/spark/spark-gluster/glusterfs-endpoints.yaml
generated
vendored
Normal file
14
vendor/k8s.io/kubernetes/examples/spark/spark-gluster/glusterfs-endpoints.yaml
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
kind: Endpoints
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: glusterfs-cluster
|
||||
namespace: spark-cluster
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 192.168.30.104
|
||||
ports:
|
||||
- port: 1
|
||||
- addresses:
|
||||
- ip: 192.168.30.105
|
||||
ports:
|
||||
- port: 1
|
Reference in New Issue
Block a user