Skip to content

Commit

Permalink
config: increase stan-default storage to 16Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 14, 2021
1 parent 9166870 commit 7e3a574
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/stan-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ spec:
- metadata:
name: stan-sts-vol
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 16Gi
volumeMode: Filesystem
3 changes: 3 additions & 0 deletions config/stan-default/stan-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
- metadata:
name: stan-sts-vol
spec:
accessModes:
- ReadWriteOnce
volumeMode: "Filesystem"
resources:
requests:
storage: 16Gi

0 comments on commit 7e3a574

Please sign in to comment.