Skip to content

Commit

Permalink
Merge branch 'bake_remotely' into midlbaker
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 16, 2023
2 parents 2b63a9b + ae4fd48 commit 22861e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tezos-signer-forwarder/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tezos_k8s_images:
utils: ghcr.io/oxheadalpha/tezos-k8s-utils:master
tezos_signer_forwarder: ghcr.io/oxheadalpha/tezos-k8s-signerforwarder:dev
tezos_signer_forwarder: ghcr.io/oxheadalpha/tezos-k8s-signerforwarder:master

# List the endpoints below.
# Each endpoint represents a ssh server.
Expand Down
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 22861e7

Please sign in to comment.