mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Add NFS export/import pod examples.
This commit is contained in:
9
examples/nfs/nfs-server-service.yaml
Normal file
9
examples/nfs/nfs-server-service.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
kind: Service
|
||||
apiVersion: v1beta3
|
||||
metadata:
|
||||
name: nfs-server
|
||||
spec:
|
||||
ports:
|
||||
- port: 2049
|
||||
selector:
|
||||
role: nfs-server
|
Reference in New Issue
Block a user