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 705135f commit ba37fa9
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions starship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,49 @@ chains:
ports:
rest: 1313
rpc: 26653
resources:
cpu: "0.2"
memory: "200M"

- name: gaia-1
type: cosmos
numValidators: 1
ports:
rest: 1317
rpc: 26657

resources:
cpu: "0.2"
memory: "200M"

relayers:
- name: osmos-gaia
type: hermes
replicas: 1
chains:
- osmosis-1
- gaia-1

resources:
cpu: "0.1"
memory: "100M"

explorer:
enabled: false

registry:
enabled: true
ports:
rest: 8081
rest: 8081
grpc: 9091
resources:
cpu: "0.1"
memory: "100M"

exposer:
resources:
cpu: "0.1"
memory: "100M"

faucet:
resources:
cpu: "0.1"
memory: "100M"

0 comments on commit ba37fa9

Please sign in to comment.