Skip to content

Instantly share code, notes, and snippets.

@nilesh93
Created July 30, 2018 15:01
Show Gist options
  • Select an option

  • Save nilesh93/bacab200d7389c9c7dc22e11367bb8de to your computer and use it in GitHub Desktop.

Select an option

Save nilesh93/bacab200d7389c9c7dc22e11367bb8de to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nfs-server
spec:
# clusterIP: 10.3.240.20
ports:
- name: nfs
port: 2049
- name: mountd
port: 20048
- name: rpcbind
port: 111
selector:
role: nfs-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment