Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into joroshiba/celestia-node-0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WafflesVonMaple authored Feb 12, 2024
2 parents 2401854 + a269e8c commit e0db1ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/rollup/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ apiVersion: v1
metadata:
name: {{ .Values.config.rollup.name }}-metrics
namespace: {{ .Values.global.namespace }}
labels:
app: {{ .Values.config.rollup.name }}-astria-dev-cluster
spec:
selector:
app: {{ .Values.config.rollup.name }}-astria-dev-cluster
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deploy-astria-local: (deploy-chart "celestia-local") (deploy-sequencer-validator
validatorName := "single"
deploy-sequencer-validator name=validatorName:
helm install --debug \
{{ if name != 'single' { replace('-f values/validators/#.yml' , '#', name) } else { '' } }} \
{{ replace('-f values/validators/#.yml' , '#', name) }} \
-n astria-validator-{{name}} --create-namespace \
{{name}}-sequencer-chart ./charts/sequencer
deploy-sequencer-validators: (deploy-sequencer-validator "node0") (deploy-sequencer-validator "node1") (deploy-sequencer-validator "node2")
Expand Down
6 changes: 6 additions & 0 deletions values/validators/single.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sequencer-relayer:
enabled: true
config:
relayer:
celestiaRpc: http://celestia-service.astria-dev-cluster.svc.cluster.local:26658
sequencerRpc: http://node0-sequencer-rpc-service.astria-dev-cluster.svc.cluster.local:26657

0 comments on commit e0db1ba

Please sign in to comment.