Skip to content

Commit

Permalink
adjust starship config
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Aug 28, 2023
1 parent ba37fa9 commit f360f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: npm run e2e:setup

- name: start
run: helm repo update && helm search repo starship/devnet --version 0.1.36 && helm install -f starship.yaml tutorial starship/devnet --version 0.1.31 --wait
run: helm repo update && helm search repo starship/devnet --version 0.1.36 && helm install -f starship.yaml tutorial starship/devnet --version 0.1.31 --wait && make port-forward

- name: e2e
run: npm run e2e:test
6 changes: 3 additions & 3 deletions starship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chains:
rpc: 26653
resources:
cpu: "0.2"
memory: "200M"
memory: "200M"

- name: gaia-1
type: cosmos
Expand All @@ -17,7 +17,7 @@ chains:
rpc: 26657
resources:
cpu: "0.2"
memory: "200M"
memory: "200M"

relayers:
- name: osmos-gaia
Expand All @@ -28,7 +28,7 @@ relayers:
- gaia-1
resources:
cpu: "0.1"
memory: "100M"
memory: "100M"

explorer:
enabled: false
Expand Down

0 comments on commit f360f11

Please sign in to comment.