This commit is contained in:
parent
8dd47900cf
commit
7f0a136cf7
13 changed files with 265 additions and 0 deletions
40
files/nfs/nfs-provisioner-Service.yaml
Normal file
40
files/nfs/nfs-provisioner-Service.yaml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue