mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 09:50:18 +00:00
15 lines
212 B
YAML
15 lines
212 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: nfs-server
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: nfs
|
||
|
port: 2049
|
||
|
- name: mountd
|
||
|
port: 20048
|
||
|
- name: rpcbind
|
||
|
port: 111
|
||
|
selector:
|
||
|
role: nfs-server
|