Skip to content

Commit

Permalink
helm: fix default storage values for PVCs (mastodon#14245)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn authored and Mage committed Jan 14, 2022
1 parent a914723 commit 4f3026a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ persistence:
accessMode: ReadWriteOnce
resources:
requests:
storage: 100Gi
storage: 10Gi
system:
accessMode: ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 100Gi

service:
type: ClusterIP
Expand Down

0 comments on commit 4f3026a

Please sign in to comment.