Skip to content

Commit

Permalink
fix: avoid hardcoding mirror node rest API in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Oct 16, 2023
1 parent f4a579f commit 7293446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hedera-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ hedera-explorer:
#
# Without this we would need to expose the mirror node rest API publicly and specify its public url in the network config below
proxyPass:
/api: http://fst-rest
/api: "http://{{ .Release.Name }}-rest"

# In the json config below we are using the url as "/", instead of a regular http://mainnet.url
# This makes the explorer UI make a relative request to its own url
Expand Down

0 comments on commit 7293446

Please sign in to comment.