Skip to content

Commit

Permalink
Changed to ReadWriteOnce
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Apr 14, 2024
1 parent 5b98e0c commit 6add53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
storage: 1Gi
volumeMode: Filesystem
accessModes:
- ReadWriteMany
- ReadWriteOnce
persistentVolumeReclaimPolicy: Recycle
hostPath:
path: /data/pv0001
storageClassName: ""
# storageClassName: "default"

0 comments on commit 6add53d

Please sign in to comment.