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 16e7687 commit 9166870
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions config/stan-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ spec:
- metadata:
name: stan-sts-vol
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
volumeMode: Filesystem
storage: 16Gi
7 changes: 7 additions & 0 deletions config/stan-default/stan-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ spec:
args:
- sleep
- 20s
volumeClaimTemplates:
- metadata:
name: stan-sts-vol
spec:
resources:
requests:
storage: 16Gi

0 comments on commit 9166870

Please sign in to comment.