Skip to content

Commit

Permalink
chore: update palla/update-env-vars-prover to add new env var to spar…
Browse files Browse the repository at this point in the history
…tan (#9069)
  • Loading branch information
Maddiaa0 authored Oct 8, 2024
1 parent e27ead8 commit 077a01c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spartan/aztec-network/templates/prover-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ spec:
# get private proofs from the boot node
- name: PROVER_COORDINATION_NODE_URL
value: {{ include "aztec-network.bootNodeUrl" . | quote }}
# prover agent gets jobs from itself
- name: AZTEC_NODE_URL
value: "$(POD_DNS_NAME):{{ .Values.proverNode.service.nodePort }}"
- name: PROVER_JOB_SOURCE_URL
value: "http://$(POD_DNS_NAME):{{ .Values.proverNode.service.nodePort }}"
ports:
- containerPort: {{ .Values.proverNode.service.nodePort }}
resources:
Expand Down

0 comments on commit 077a01c

Please sign in to comment.