Skip to content

Commit

Permalink
change to readwritemany for accessmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 30, 2024
1 parent 5f322bb commit 1ee153a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/charts/server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ ingressHostName: semantification-service
persistence:
storageClass: "longhorn"
existingClaim: ""
enabled: false
accessMode: ReadWriteOnce
size: 2Gi
enabled: true
accessMode: ReadWriteMany
size: 10Gi
additionalVolumes: []
additionalMounts: []

0 comments on commit 1ee153a

Please sign in to comment.