40 lines
724 B
YAML
40 lines
724 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: nfs-provisioner
|
|
labels:
|
|
app: nfs-provisioner
|
|
spec:
|
|
ports:
|
|
- name: nfs
|
|
port: 2049
|
|
- name: nfs-udp
|
|
port: 2049
|
|
protocol: UDP
|
|
- name: nlockmgr
|
|
port: 32803
|
|
- name: nlockmgr-udp
|
|
port: 32803
|
|
protocol: UDP
|
|
- name: mountd
|
|
port: 20048
|
|
- name: mountd-udp
|
|
port: 20048
|
|
protocol: UDP
|
|
- name: rquotad
|
|
port: 875
|
|
- name: rquotad-udp
|
|
port: 875
|
|
protocol: UDP
|
|
- name: rpcbind
|
|
port: 111
|
|
- name: rpcbind-udp
|
|
port: 111
|
|
protocol: UDP
|
|
- name: statd
|
|
port: 662
|
|
- name: statd-udp
|
|
port: 662
|
|
protocol: UDP
|
|
selector:
|
|
app: nfs-provisioner
|