You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leninmehedy opened this issue
Oct 16, 2023
· 2 comments
· Fixed by #413
Assignees
Labels
BlockerFurther development work cannot be doneBugA error that causes the feature to behave differently than what was expected based on design docsreleased
If we specify a RELEASE_NAME other than fst, hedera-explorer- container crashes with a log as below (note we specified RELEASE_NAME=fst2 in this example):
The problem occurred because in values.yaml we have hardcoded the proxyPass as below that assumes the chart is always deployed with a release name called fst. Ideally it should be like http://{{ .Release.Name }}-rest :
The text was updated successfully, but these errors were encountered:
leninmehedy
added
the
Bug
A error that causes the feature to behave differently than what was expected based on design docs
label
Oct 16, 2023
leninmehedy
changed the title
Charts[Mirror Node] Avoid hardcoding mirror node rest API proxy in values.yaml
Charts[Mirror Node] Avoid hardcoding mirror node rest API in values.yaml
Oct 16, 2023
BlockerFurther development work cannot be doneBugA error that causes the feature to behave differently than what was expected based on design docsreleased
If we specify a RELEASE_NAME other than
fst
,hedera-explorer-
container crashes with a log as below (note we specifiedRELEASE_NAME=fst2
in this example):The problem occurred because in values.yaml we have hardcoded the
proxyPass
as below that assumes the chart is always deployed with a release name calledfst
. Ideally it should be likehttp://{{ .Release.Name }}-rest
:The text was updated successfully, but these errors were encountered: