Skip to content

Commit

Permalink
make sure it scrapes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 14, 2023
1 parent caf1c5b commit fa45648
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/tezos/scripts/dal-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fi
CMD="$TEZ_BIN/octez-dal-node run ${extra_args} --data-dir ${DAL_DATA_DIR} \
--expected-pow 0 \
--endpoint ${NODE_RPC_URL} \
--metrics-addr 0.0.0.0:11733 \
--net-addr 0.0.0.0:11732 \
--rpc-addr 0.0.0.0:10732"

Expand Down
6 changes: 5 additions & 1 deletion charts/tezos/templates/octez-dal-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
name: rpc
- port: 11732
name: p2p
- port: 11733
name: metrics
selector:
app: dal-{{ $k }}
---
Expand Down Expand Up @@ -66,6 +68,8 @@ spec:
name: rpc
- containerPort: 11732
name: p2p
- containerPort: 11733
name: metrics
command:
- /bin/sh
volumeMounts:
Expand Down Expand Up @@ -166,7 +170,7 @@ kind: ServiceMonitor
metadata:
labels:
{{- toYaml .Values.serviceMonitor.labels | nindent 4 }}
name: tezos-service-monitor
name: tezos-dal
namespace: {{ .Release.Namespace }}
spec:
endpoints:
Expand Down

0 comments on commit fa45648

Please sign in to comment.