kind: PersistentVolume | |
apiVersion: v1 | |
metadata: | |
name: voter-data-vol | |
labels: | |
type: local | |
spec: | |
storageClassName: manual | |
capacity: | |
storage: 10Gi | |
accessModes: | |
- ReadWriteOnce | |
hostPath: | |
path: "/tmp/data" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment