Skip to content

Commit

Permalink
pxe running
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Aug 20, 2024
1 parent 81300e8 commit a62f452
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm-charts/aztec-network/templates/pxe.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ spec:
- "/bin/bash"
- "-c"
- >
node --no-warnings /usr/src/yarn-project/aztec/dest/bin/index.js start
--pxe nodeUrl=http://{{ include "spartan-network.fullname" . }}-boot-node.{{ .Release.Namespace }}:{{ .Values.bootNode.service.nodePort }}
node --no-warnings /usr/src/yarn-project/aztec/dest/bin/index.js start --pxe
env:
- name: ETHEREUM_HOST
value: "http://{{ include "spartan-network.fullname" . }}-ethereum.{{ .Release.Namespace }}:{{ .Values.ethereum.service.port }}"
- name: AZTEC_NODE_URL
value: "http://{{ include "spartan-network.fullname" . }}-boot-node-0.{{ include "spartan-network.fullname" . }}-boot-node.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.bootNode.service.nodePort }}"
ports:
- name: http
containerPort: {{ .Values.pxe.service.port }}
Expand Down

0 comments on commit a62f452

Please sign in to comment.