Skip to content

Commit

Permalink
apps/photos: adjust PV permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed May 6, 2024
1 parent a5b1945 commit 149a889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/photos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ server:
persistence:
old:
enabled: true
accessMode: ReadWriteMany
readOnly: true
mountPath: /old
existingClaim: library-old

Expand All @@ -102,6 +104,8 @@ microservices:
persistence:
old:
enabled: true
accessMode: ReadWriteMany
readOnly: true
mountPath: /old
existingClaim: library-old

Expand Down

0 comments on commit 149a889

Please sign in to comment.