github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/roles/glusterfs-k8s/templates/gluster-service.yaml (about)

     1  ---
     2    kind: Service
     3    apiVersion: v1
     4    metadata:
     5      name: kismatic-storage
     6      namespace: kube-system
     7    spec:
     8      selector:
     9        app: gluster-healthz
    10      ports:
    11        - name: rpcbind
    12          port: 111
    13        - name: nfs
    14          port: 2049
    15        - name: gluster-nfs-38465
    16          port: 38465
    17        - name: gluster-nfs-38466
    18          port: 38466
    19        - name: gluster-nfs-38468
    20          port: 38468
    21        - name: gluster-nfs-38469
    22          port: 38469