Skip to content

Instantly share code, notes, and snippets.

@stibi
Created August 22, 2017 11:08
Show Gist options
  • Save stibi/8072c5d4e41ef3a538f8693e6e6ffcb7 to your computer and use it in GitHub Desktop.
Save stibi/8072c5d4e41ef3a538f8693e6e6ffcb7 to your computer and use it in GitHub Desktop.
k8s nfs volume
spec:
template:
spec:
containers:
volumeMounts:
- mountPath: /var/www/html
name: www
spec:
template:
spec:
volumes:
- name: www
nfs:
path: /opt/nfs-data/yg5ohbhu
server: 10.20.3.152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment