Skip to content

Commit

Permalink
updated to be readwritemany
Browse files Browse the repository at this point in the history
  • Loading branch information
garunski committed Mar 8, 2024
1 parent 895d671 commit c2b676e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/postgres-local/templates/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
storage: 1Gi
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: "local-path"
hostPath:
Expand Down
2 changes: 1 addition & 1 deletion charts/postgres-local/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
storageClassName: "local-path"
accessModes:
- ReadWriteOnce
- ReadWriteMany
resources:
requests:
storage: 1Gi

0 comments on commit c2b676e

Please sign in to comment.