Skip to content

Commit

Permalink
ci: add dedicated indexer node for gov dashboard
Browse files Browse the repository at this point in the history
Temporary testnet fullnode to unblock prototyping on the gov dashboard
project. We'll circle back and clean this up in a few weeks, so that the
fullnode config backing the webapp lives alongside the webapp
deployment, wherever it's hosted.

Follow-up to 829dc64.
  • Loading branch information
conorsch committed Mar 15, 2024
1 parent 849fcf0 commit 2c6ebd7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions deployments/helmfile.d/penumbra-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,24 @@ releases:
- postgres:
certificateSecretName: penumbra-testnet-wildcard
credentialsSecretName: postgres-creds

- name: penumbra-testnet-gov-dash-node
chart: ../charts/penumbra-node
values:
- penumbra_bootstrap_node_cometbft_rpc_url: "https://rpc.testnet.penumbra.zone"
- ingressRoute:
enabled: false
- image:
tag: latest
- persistence:
enabled: true
size: 300G
- cometbft:
config:
indexer: psql
- part_of: penumbra-testnet
- nodes:
- moniker: gov-dash
- postgres:
certificateSecretName: penumbra-testnet-wildcard
credentialsSecretName: postgres-creds-gov-dash

0 comments on commit 2c6ebd7

Please sign in to comment.