Skip to content

Instantly share code, notes, and snippets.

@ezalejski
Created June 2, 2020 10:20
Show Gist options
  • Select an option

  • Save ezalejski/127de0ca16aabd6fcb84d6d72a3d0971 to your computer and use it in GitHub Desktop.

Select an option

Save ezalejski/127de0ca16aabd6fcb84d6d72a3d0971 to your computer and use it in GitHub Desktop.
(...)
spec:
containers:
- image: nginx
(...)
volumeMounts:
- mountPath: /mnt/glusterfs
name: glusterfs-vol
volumes:
- name: glusterfs-vol
glusterfs:
endpoints: glusterfs-cluster
path: volume_name
readOnly: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment