Create a 'Persistent Volume' with the given specification.
- Volume Name: pv-log
- Storage: 100Mi
- Access modes: ReadWriteMany
- Host Path: /pv/log
Create a 'Persistent Volume Claim' with the given specification.
- Volume Name: claim-log-1
- Storage Request: 50Mi
- Access modes: ReadWriteOnce