Skip to content

Commit

Permalink
bitcoind: add metrics port to svc
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Jun 2, 2022
1 parent 9c1290d commit 9f4c6af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bitcoind/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: bitcoind
version: 1.1.3
version: 1.1.4
appVersion: 0.21.0
description: Bitcoin is an innovative payment network and a new kind of money.
keywords:
Expand Down
4 changes: 4 additions & 0 deletions charts/bitcoind/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
targetPort: http
protocol: TCP
name: electrs-testnet
- port: {{ int .Values.metrics.port }}
targetPort: exporter
protocol: TCP
name: metrics
selector:
app: {{ template "bitcoind.name" . }}
release: {{ .Release.Name }}
6 changes: 3 additions & 3 deletions charts/interbtc-hydra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hydra:
image:
repository: "docker.io/subsquid/hydra-indexer"
pullPolicy: IfNotPresent
tag: "5.0.0-alpha.34"
tag: "5.0.0-alpha.37"
workers: 5
batchSize: 10000
processor:
Expand All @@ -22,13 +22,13 @@ hydra:
image:
repository: "docker.io/subsquid/hydra-indexer-status-service"
pullPolicy: IfNotPresent
tag: "5.0.0-alpha.34"
tag: "5.0.0-alpha.37"
gateway:
dbSecretName: "gateway-db-secret"
image:
repository: "docker.io/subsquid/hydra-indexer-gateway"
pullPolicy: IfNotPresent
tag: "5.0.0-alpha.34"
tag: "5.0.0-alpha.37"

redis: "redis://hydra-redis-master:6379/0"
rpc_node: "ws://interbtc-rpc:9944"

0 comments on commit 9f4c6af

Please sign in to comment.