Skip to content

Commit

Permalink
chore: upgrade pvc size for chains that require it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitasi committed Mar 16, 2022
1 parent 3b45db0 commit b3d66b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/staging/nodesets/cosmos-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
id: 0393c19b176d1cf8bc560c5a8fa990301deb1a7e
moniker: emeris
persistence:
size: 1000Gi
size: 1500Gi
autoResize:
enabled: true
replicas: 3
Expand Down
4 changes: 2 additions & 2 deletions ci/staging/nodesets/juno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
address: juno-seed.blockpane.com
moniker: emeris
persistence:
size: 500Gi
size: 1000Gi
autoResize:
enabled: true
replicas: 2
Expand All @@ -84,4 +84,4 @@ spec:
memory: 8Gi
requests:
cpu: "2"
memory: 4Gi
memory: 4Gi
4 changes: 2 additions & 2 deletions ci/staging/nodesets/ki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
port: 26656
moniker: emeris
persistence:
size: 160Gi
size: 200Gi
autoResize:
enabled: true
replicas: 2
Expand All @@ -104,4 +104,4 @@ spec:
memory: 4Gi
requests:
cpu: "2"
memory: 2Gi
memory: 2Gi
2 changes: 1 addition & 1 deletion ci/staging/nodesets/regen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
port: 26656
moniker: emeris
persistence:
size: 350Gi
size: 600Gi
autoResize:
enabled: true
replicas: 2
Expand Down

0 comments on commit b3d66b4

Please sign in to comment.