Skip to content

Commit

Permalink
chore(helm/follower-app): make cardano-node host configurable per fol…
Browse files Browse the repository at this point in the history
…lower instance
  • Loading branch information
rcmorano committed Aug 13, 2024
1 parent e65de82 commit 43684d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ spec:


- name: CARDANO_NODE_HOST
value: {{ $.Values.yaci.cardanoNodeHost | default "preprod-node.world.dev.cardano.org" }}
value: {{ $instance.yaci.cardanoNodeHost | default "preprod-node.world.dev.cardano.org" }}
- name: CARDANO_NODE_PORT
value: {{ $.Values.yaci.cardanoNodePort | default 30000 | quote }}
value: {{ $instance.yaci.cardanoNodePort | default 30000 | quote }}
- name: CARDANO_NODE_PROTOCOL_MAGIC
value: {{ $.Values.yaci.cardanoNodeProtocolMagic | default 1 | quote }}
value: {{ $instance.yaci.cardanoNodeProtocolMagic | default 1 | quote }}

- name: VOTING_METADATA_LABEL
value: {{ $.Values.votingMetadataLabel | default 11113 | quote }}
Expand Down

0 comments on commit 43684d1

Please sign in to comment.