Skip to content

Commit

Permalink
adding storageclass as standard
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Beenham <[email protected]>
  • Loading branch information
superbeeny committed Nov 20, 2024
1 parent 5318b89 commit f5237c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Chart/templates/database/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
name: pg-pvc
spec:
accessModes: ["ReadWriteMany"]
storageClassName: ""
storageClassName: standard
resources:
requests:
storage: 2Gi

0 comments on commit f5237c5

Please sign in to comment.